mirror of
https://github.com/openwrt/luci.git
synced 2026-08-28 05:46:45 +04:00
luci-app-firewall: drop_invalid is default on in OpenWrt now
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -19,7 +19,7 @@ s.addremove = false
|
||||
s:option(Flag, "syn_flood", translate("Enable SYN-flood protection"))
|
||||
|
||||
o = s:option(Flag, "drop_invalid", translate("Drop invalid packets"))
|
||||
o.default = o.disabled
|
||||
o.default = o.enabled
|
||||
|
||||
p = {
|
||||
s:option(ListValue, "input", translate("Input")),
|
||||
|
||||
Reference in New Issue
Block a user