luci-app-firewall: drop_invalid is default on in OpenWrt now
[project/luci.git] / applications / luci-app-firewall / luasrc / model / cbi / firewall / zones.lua
index 60968ce..694bbd8 100644 (file)
@@ -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")),