* CBI: Generalized templates
[project/luci.git] / src / ffluci / model / cbi / admin_network / ifaces.lua
index 62e7246..aaabe65 100644 (file)
@@ -10,6 +10,7 @@ s:depends("proto", "dhcp")
 p = s:option(ListValue, "proto", "Protokoll")
 p:value("static", "statisch")
 p:value("dhcp", "DHCP")
+p.default = "static"
 
 s:option(Value, "ifname", "Schnittstelle")