summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-01-21 20:14:31 +0100
committerGitHub <noreply@github.com>2019-01-21 20:14:31 +0100
commitb6e240d8c372b98d0aa097bf325253b83ead6f56 (patch)
tree28bd74c6d75fb03f933afc1ec1d46322c01b114e /protocols
parentf73f1106f77a8c58672f8456565183af03556522 (diff)
parentd3781f7c3590f474bfc6b43bdc37f4699562f28f (diff)
Merge pull request #2424 from LuKePicci/luci-proto-ppp_pppoe_host-uniq
luci-proto-ppp: fix wrong pppoe host_uniq datatype
Diffstat (limited to 'protocols')
-rw-r--r--protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua2
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 f785b7fb6..063d8c07e 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",