luci-proto-ppp: fix wrong pppoe host_uniq datatype 2424/head
authorLuca Piccirillo <LuKePicci@users.noreply.github.com>
Fri, 4 Jan 2019 21:15:23 +0000 (22:15 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Jan 2019 21:15:23 +0000 (22:15 +0100)
Signed-off-by: Luca Piccirillo <luca.piccirillo@gmail.com>
protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua

index 078b5ffe941530f945deaa31bccb0fab7e816b63..1ea9b3ea72735d4b750d0f8b05899d54e9673eac 100644 (file)
@@ -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",