luci-0.9: merge r6188
This commit is contained in:
parent
48e35bf43a
commit
7a8d9beb88
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue