modules/admin-full: Updated VLAN configuration page
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / vlan.lua
index 8cae7f9..5e3229b 100644 (file)
@@ -16,7 +16,7 @@ m = Map("network", translate("a_n_switch"), translate("a_n_switch1"))
 s = m:section(TypedSection, "switch", "")
 
 for i = 0, 15 do
-       s:option(Value, "vlan"..i, "vlan"..i).optional = true
+       s:option(Value, "vlan"..i, "ethX."..i).optional = true
 end
 
 return m
\ No newline at end of file