modules/admin-full: Updated VLAN configuration page
This commit is contained in:
parent
dfdd557d5d
commit
33f2d5fd0f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ m = Map("network", translate("a_n_switch"), translate("a_n_switch1"))
|
||||||
s = m:section(TypedSection, "switch", "")
|
s = m:section(TypedSection, "switch", "")
|
||||||
|
|
||||||
for i = 0, 15 do
|
for i = 0, 15 do
|
||||||
s:option(Value, "vlan"..i, "vlan"..i).optional = true
|
s:option(Value, "vlan"..i, "ethX."..i).optional = true
|
||||||
end
|
end
|
||||||
|
|
||||||
return m
|
return m
|
Loading…
Reference in a new issue