applications/luci-firewall: fix "any" icmp type for ip6tables
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 12 Feb 2011 23:27:10 +0000 (23:27 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 12 Feb 2011 23:27:10 +0000 (23:27 +0000)
applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua

index dc985d8..5b62071 100644 (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")