diff options
author | Luca Piccirillo <LuKePicci@users.noreply.github.com> | 2019-01-04 22:15:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-04 22:15:23 +0100 |
commit | d3781f7c3590f474bfc6b43bdc37f4699562f28f (patch) | |
tree | 0ebf0296b6a7376a25e8c07ec58a14752dbe3172 /protocols | |
parent | 265b0ebbd428eee3889a5a9ad2d0f36e38545670 (diff) |
luci-proto-ppp: fix wrong pppoe host_uniq datatype
Signed-off-by: Luca Piccirillo <luca.piccirillo@gmail.com>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 078b5ffe9..1ea9b3ea7 100644 --- 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 = "hexstring" demand = section:taboption("advanced", Value, "demand", |