From: Jo-Philipp Wich Date: Sun, 30 May 2010 23:48:02 +0000 (+0000) Subject: luci-0.9: merge r6188 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=7a8d9beb885def5596f9a090dc726fde9164de23;p=project%2Fluci.git luci-0.9: merge r6188 --- diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua index c7aab0f5b..78bedcfd0 100644 --- a/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua +++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua @@ -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")