Changeset 6189
- Timestamp:
- 05/31/10 00:48:02 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.9/applications/luci-fw/luasrc/model/cbi/luci_fw/trule.lua
r4011 r6189 42 42 proto = s:option(Value, "proto", translate("protocol")) 43 43 proto.optional = true 44 proto:value(" ")44 proto:value("all", translate("firewall_rule_proto_all", "Any")) 45 45 proto:value("tcpudp", "TCP+UDP") 46 46 proto:value("tcp", "TCP")
