luci-0.10: merge r7330
This commit is contained in:
parent
4b4454a3b3
commit
6af2781783
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ m.uci:foreach("network", "switch",
|
||||||
if id ~= nil and id > max_id then max_id = id end
|
if id ~= nil and id > max_id then max_id = id end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
m.uci:set("network", sid, "device", switch_name)
|
||||||
m.uci:set("network", sid, "vlan", max_nr + 1)
|
m.uci:set("network", sid, "vlan", max_nr + 1)
|
||||||
|
|
||||||
if has_vlan4k then
|
if has_vlan4k then
|
||||||
|
|
Loading…
Reference in a new issue