Merge pull request #2424 from LuKePicci/luci-proto-ppp_pppoe_host-uniq
authorJo-Philipp Wich <jo@mein.io>
Mon, 21 Jan 2019 19:14:31 +0000 (20:14 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Jan 2019 19:14:31 +0000 (20:14 +0100)
luci-proto-ppp: fix wrong pppoe host_uniq datatype

protocols/luci-proto-ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua

index f785b7fb6f3a383abb0c160aa5df0b79c5e91e39..063d8c07ebdb941ee5573874bc0d442f10b978a0 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",