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:
265b0eb
)
luci-proto-ppp: fix wrong pppoe host_uniq datatype
author
Luca Piccirillo
<redacted>
Fri, 4 Jan 2019 21:15:23 +0000
(22:15 +0100)
committer
GitHub
<redacted>
Fri, 4 Jan 2019 21:15:23 +0000
(22:15 +0100)
Signed-off-by: Luca Piccirillo <redacted>
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua
patch
|
blob
|
history
diff --git
a/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua
b/protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua
index 078b5ffe941530f945deaa31bccb0fab7e816b63..1ea9b3ea72735d4b750d0f8b05899d54e9673eac 100644
(file)
--- a/
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua
+++ b/
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua
@@
-119,7
+119,7
@@
host_uniq = section:taboption("advanced", Value, "host_uniq",
translate("Raw hex-encoded bytes. Leave empty unless your ISP require this"))
host_uniq.placeholder = translate("auto")
-host_uniq.datatype = "hex"
+host_uniq.datatype = "hex
string
"
demand = section:taboption("advanced", Value, "demand",
git clone https://git.99rst.org/PROJECT