X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-fw%2Fluasrc%2Fmodel%2Fcbi%2Fluci_fw%2Ftrule.lua;h=0ce41e38c782500945ab0cb50abe4734b1dc2b56;hp=57e1427e3b85c81ea9772232f881b3e7b48cd265;hb=928099d53ce7d083d8110a079cd826803f33d2e4;hpb=2c1f56af57237d52838bddaf91e0cbd262a5cf81 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 57e1427e3..0ce41e38c 100644 --- a/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua +++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua @@ -46,6 +46,7 @@ luci.model.uci.cursor():foreach("firewall", "zone", proto = s:option(Value, "proto", translate("Protocol")) proto.optional = true proto:value("") +proto:value("all", translate("Any")) proto:value("tcpudp", "TCP+UDP") proto:value("tcp", "TCP") proto:value("udp", "UDP")