Browse Source

Merge pull request #2424 from LuKePicci/luci-proto-ppp_pppoe_host-uniq

luci-proto-ppp: fix wrong pppoe host_uniq datatype
Jo-Philipp Wich 5 years ago
parent
commit
b6e240d8c3

+ 1 - 1
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",