Pull package/{luci,system,network} from upstream
[librecmc/librecmc.git] / package / luci / applications / luci-app-firewall / luasrc / model / cbi / firewall / zones.lua
index 694bbd872ece499cfe581d98d0726ea5424f571e..500e5078f42c2f0c5b0d6cb88a16e8db2f5efd9f 100644 (file)
@@ -19,7 +19,6 @@ 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.enabled
 
 p = {
        s:option(ListValue, "input", translate("Input")),