Skip to content
Snippets Groups Projects
Commit a22c8086 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Merge pull request #466 from kb-light/11s-mesh-dev

gluon-mesh-batman-adv-core: prepare for 802.11s mesh
parents 12f9df7e 955dc886
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ end
local function configure_mesh(config, radio, index, suffix)
local name = 'mesh_' .. radio
local disabled = is_disabled(config, name)
local macfilter = uci:get('wireless', name, 'macfilter')
local maclist = uci:get('wireless', name, 'maclist')
uci:delete('network', name)
uci:delete('wireless', name)
......@@ -110,6 +112,8 @@ local function configure_mesh(config, radio, index, suffix)
mcast_rate = config.mcast_rate,
ifname = suffix and 'mesh' .. suffix,
disabled = disabled,
macfilter = macfilter,
maclist = maclist,
}
)
end
......
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