luci-0.9: merge r5590, r5591 and r5592
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / zones.lua
index 81a0f65..46bd636 100644 (file)
@@ -16,6 +16,7 @@ m = Map("firewall", translate("fw_fw"), translate("fw_fw1"))
 
 s = m:section(TypedSection, "defaults")
 s.anonymous = true
+s.addremove = false
 
 s:option(Flag, "syn_flood")