git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9714667
)
modules/admin-full: allown symbolic hostnames for pptp server option
author
Jo-Philipp Wich
<redacted>
Wed, 19 Jan 2011 18:42:06 +0000
(18:42 +0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 19 Jan 2011 18:42:06 +0000
(18:42 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
index 1b0662fbbbb0c1adc5e8cd4f107b0bb80380e880..30254b4b994c5f002026f3ccee2c2068071cc33a 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
@@
-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"))
git clone https://git.99rst.org/PROJECT