Skip to content
Snippets Groups Projects
Commit 6a0ca58f authored by Cyrus's avatar Cyrus Committed by Matthias Schiffer
Browse files

gluon-core: Fixed bug which kept legacy VLAN interface definitions (#1085)

parent 2e1f1211
Branches
Tags
No related merge requests found
......@@ -95,6 +95,7 @@ local function configure_mesh(config, radio, index, suffix, disabled)
local maclist = uci:get('wireless', name, 'maclist')
uci:delete('network', name)
uci:delete('network', name .. '_vlan')
uci:delete('wireless', name)
if not config then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment