luci-app-mwan3: update default value for mmx_mask
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
a9dd387655
commit
25f2fbd3f7
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue