luci-app-firewall: redirect to overview page on zone details save
[project/luci.git] / applications / luci-app-firewall / luasrc / model / cbi / firewall / zones.lua
index 60968ce..500e507 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.disabled
 
 p = {
        s:option(ListValue, "input", translate("Input")),