applications/luci-firewall: fix "any" icmp type for ip6tables

This commit is contained in:
Jo-Philipp Wich 2011-02-12 23:27:10 +00:00
parent db1454cf48
commit 63371656cb

View file

@ -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")