Upstream compatibility
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / miniportfw.lua
index 44a7391..09806e6 100644 (file)
@@ -26,7 +26,7 @@ s.anonymous = true
 name = s:option(Value, "_name", translate("name"), translate("cbi_optional"))
 name.size = 10
 
-proto = s:option(ListValue, "protocol", translate("protocol"))
+proto = s:option(ListValue, "proto", translate("protocol"))
 proto:value("tcp", "TCP")
 proto:value("udp", "UDP")