* luci/modules/admin-core: change datatype for server option to "host" in network...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Oct 2008 21:45:55 +0000 (21:45 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 12 Oct 2008 21:45:55 +0000 (21:45 +0000)
modules/admin-core/root/lib/uci/schema/default/network

index 9e9de253d7394048a8036233b3c4336da13c9597..11d3838fa77f77d935ac897072019dcb104892b7 100644 (file)
@@ -119,7 +119,7 @@ config variable
        option name     'server'
        option title    'PPTP server'
        option section  'network.interface'
-       option datatype 'ipaddr'
+       option datatype 'host'
        list   depends  'proto=pptp'
 
 config variable