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:
db1454c
)
applications/luci-firewall: fix "any" icmp type for ip6tables
author
Jo-Philipp Wich
<redacted>
Sat, 12 Feb 2011 23:27:10 +0000
(23:27 +0000)
committer
Jo-Philipp Wich
<redacted>
Sat, 12 Feb 2011 23:27:10 +0000
(23:27 +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 dc985d8a346f32348ef33e1cdf42dd139eecb633..5b6207192f80957e3d0d12ca03aa589d05faa04b 100644
(file)
--- a/
applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua
+++ b/
applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua
@@
-66,7
+66,7
@@
proto:value("icmp", "ICMP")
icmpt = s:taboption("general", Value, "icmp_type", translate("Match ICMP type"))
icmpt:depends("proto", "icmp")
-icmpt:value("any")
+icmpt:value("
", "
any")
icmpt:value("echo-reply")
icmpt:value("destination-unreachable")
icmpt:value("network-unreachable")
git clone https://git.99rst.org/PROJECT