* luci/applications: luci-fw: implement combined tcp+udp protocol option
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / firewall.lua
index 51ec445..3d0cd9e 100644 (file)
@@ -33,6 +33,7 @@ luci.model.uci.cursor():foreach("firewall", "zone",
 proto = s:option(ListValue, "proto", translate("protocol"))
 proto.optional = true
 proto:value("")
+proto:value("tcpudp", "TCP+UDP")
 proto:value("tcp", "TCP")
 proto:value("udp", "UDP")
 proto:value("icmp", "ICMP")