luci-0.10: merge r6755
This commit is contained in:
parent
9bc9eae960
commit
29b6de2d38
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ mtu.placeholder = 1500
|
|||
srv = s:taboption("general", Value, "server", translate("<abbr title=\"Point-to-Point Tunneling Protocol\">PPTP</abbr>-Server"))
|
||||
srv:depends("proto", "pptp")
|
||||
srv.optional = false
|
||||
srv.datatype = "ip4addr"
|
||||
srv.datatype = "host"
|
||||
|
||||
if has_6in4 then
|
||||
peer = s:taboption("general", Value, "peeraddr", translate("Server IPv4-Address"))
|
||||
|
|
Loading…
Reference in a new issue