Skip to content
Snippets Groups Projects
Unverified Commit ccd7fa3d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #2680 from freifunk-gluon/backport-2600-to-v2022.1.x

parents d0565bc3 a4243e03
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,14 @@ if #mesh_interfaces_other > 0 then ...@@ -33,6 +33,14 @@ if #mesh_interfaces_other > 0 then
else else
iftype = 'bridge' iftype = 'bridge'
ifname = mesh_interfaces_other ifname = mesh_interfaces_other
for _, iface in ipairs(ifname) do
uci:section('network', 'device', nil, {
name = iface,
isolate = true,
})
end
end end
uci:section('network', 'interface', 'mesh_other', { uci:section('network', 'interface', 'mesh_other', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment