git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d5003fc
)
Set default target to ACCEPT
author
Steven Barth
<redacted>
Thu, 29 Jan 2009 15:03:34 +0000
(15:03 +0000)
committer
Steven Barth
<redacted>
Thu, 29 Jan 2009 15:03:34 +0000
(15:03 +0000)
applications/luci-fw/luasrc/model/cbi/luci_fw/traffic.lua
patch
|
blob
|
history
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 aa2e46d5a157e9a338eec30564964c6608bbc29c..c3efdd8557141996453c79228a1aedada0adb7a6 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT