applications/luci-fw: don't allow removing common settings
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / zones.lua
index 7dc4877..eacb00f 100644 (file)
@@ -23,6 +23,7 @@ nw.init(m.uci)
 
 s = m:section(TypedSection, "defaults")
 s.anonymous = true
+s.addremove = false
 
 s:option(Flag, "syn_flood")