* luci/app/hd_idle: small i18n fix
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / portfw.lua
index 72ff546..9afd4f3 100644 (file)
@@ -30,9 +30,10 @@ luci.model.uci.cursor():foreach("firewall", "zone",
                iface:value(section.name)
        end)
 
-proto = s:option(ListValue, "protocol", translate("protocol"))
+proto = s:option(ListValue, "proto", translate("protocol"))
 proto:value("tcp", "TCP")
 proto:value("udp", "UDP")
+proto:value("tcpudp", "TCP+UDP")
 
 dport = s:option(Value, "src_dport")
 dport.size = 5