luci-app-mwan3: update default value for mmx_mask

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2020-09-08 12:58:26 +02:00
parent a9dd387655
commit 25f2fbd3f7

View file

@ -13,7 +13,7 @@ o = s:option(Value, "mmx_mask",
translate("Firewall mask"),
translate("Enter value in hex, starting with <code>0x</code>"))
o.datatype = "hex(4)"
o.default = "0xff00"
o.default = "0x3F00"
o = s:option(Flag, "logging",
translate("Logging"),