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:
d0a9940
)
applications/luci-firewall: support NOTRACK rules
author
Jo-Philipp Wich
<redacted>
Sun, 23 Jan 2011 20:23:43 +0000
(20:23 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 23 Jan 2011 20:23:43 +0000
(20:23 +0000)
applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua
patch
|
blob
|
history
diff --git
a/applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua
b/applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua
index 99011fea7d115f45835750ea5d131de20503e914..dc985d8a346f32348ef33e1cdf42dd139eecb633 100644
(file)
--- a/
applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua
+++ b/
applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua
@@
-136,6
+136,7
@@
jump.default = "ACCEPT"
jump:value("DROP", translate("drop"))
jump:value("ACCEPT", translate("accept"))
jump:value("REJECT", translate("reject"))
+jump:value("NOTRACK", translate("don't track"))
smac = s:taboption("advanced", Value, "src_mac", translate("Source MAC address"))
git clone https://git.99rst.org/PROJECT