* 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:
parent
5e0eca99a3
commit
faab4d351f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ config variable
|
||||||
option name 'server'
|
option name 'server'
|
||||||
option title 'PPTP server'
|
option title 'PPTP server'
|
||||||
option section 'network.interface'
|
option section 'network.interface'
|
||||||
option datatype 'ipaddr'
|
option datatype 'host'
|
||||||
list depends 'proto=pptp'
|
list depends 'proto=pptp'
|
||||||
|
|
||||||
config variable
|
config variable
|
||||||
|
|
Loading…
Reference in a new issue