Set default target to ACCEPT

This commit is contained in:
Steven Barth 2009-01-29 15:03:34 +00:00
parent d5003fc23a
commit 3b0ef94a9e
1 changed files with 1 additions and 0 deletions

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