modules/admin-full: Updated VLAN configuration page

This commit is contained in:
Steven Barth 2008-08-14 11:49:36 +00:00
parent dfdd557d5d
commit 33f2d5fd0f

View 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