* luci/modules/admin-core: change datatype for server option to "host" in network scheme, this bug prevented the validation of pptp configs when a hostname was used as pptp server

This commit is contained in:
Jo-Philipp Wich 2008-10-12 21:45:55 +00:00
parent 5e0eca99a3
commit faab4d351f

View 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