Set default target to ACCEPT

This commit is contained in:
Steven Barth 2009-01-29 15:04:16 +00:00
parent 242bffe894
commit f2b3332d3f

View file

@ -36,6 +36,7 @@ s.addremove = true
s.anonymous = true
s.template = "cbi/tblsection"
s.extedit = luci.dispatcher.build_url("admin", "network", "firewall", "rule", "%s")
s.defaults.target = "ACCEPT"
local created = nil