luci-0.9: merge r6188
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 30 May 2010 23:48:02 +0000 (23:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 30 May 2010 23:48:02 +0000 (23:48 +0000)
applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua

index c7aab0f..78bedcf 100644 (file)
@@ -41,7 +41,7 @@ luci.model.uci.cursor():foreach("firewall", "zone",
 
 proto = s:option(Value, "proto", translate("protocol"))
 proto.optional = true
-proto:value("")
+proto:value("all", translate("firewall_rule_proto_all", "Any"))
 proto:value("tcpudp", "TCP+UDP")
 proto:value("tcp", "TCP")
 proto:value("udp", "UDP")