Rules should not be removed / created from the detailed rule configuration
authorSteven Barth <steven@midlink.org>
Sat, 4 Oct 2008 17:56:19 +0000 (17:56 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 4 Oct 2008 17:56:19 +0000 (17:56 +0000)
applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua
applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua

index bf82661..1610698 100644 (file)
@@ -19,6 +19,7 @@ m = Map("firewall", translate("fw_redirect"), translate("fw_redirect_desc"))
 
 s = m:section(NamedSection, arg[1], "redirect", "")
 s.anonymous = true
+s.addremove = false
 
 back = s:option(DummyValue, "_overview", translate("overview"))
 back.value = ""
index fa5b44e..f860bff 100644 (file)
@@ -16,6 +16,7 @@ m = Map("firewall", translate("firewall_rule"), translate("firewall_rule_desc"))
 
 s = m:section(NamedSection, arg[1], "rule", "")
 s.anonymous = true
+s.addremove = false
 
 back = s:option(DummyValue, "_overview", translate("overview"))
 back.value = ""