summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-fw/luasrc/model/cbi
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-01-29 15:03:34 +0000
committerSteven Barth <steven@midlink.org>2009-01-29 15:03:34 +0000
commit3b0ef94a9ed53c49de428a5c673164b62c755d18 (patch)
tree50c3ac5e7934ae9747737878480a9ec45bab0127 /applications/luci-fw/luasrc/model/cbi
parentd5003fc23a5e4889dce39be8991080516e53483c (diff)
Set default target to ACCEPT
Diffstat (limited to 'applications/luci-fw/luasrc/model/cbi')
-rw-r--r--applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua
index aa2e46d5a..c3efdd855 100644
--- a/applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua
+++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua
@@ -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