mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
ucentral-event: ignore vlan_remove on swconfig devices
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -280,6 +280,8 @@ handlers = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
vlan_remove: function(notify) {
|
vlan_remove: function(notify) {
|
||||||
|
if (config.config.swconfig)
|
||||||
|
return;
|
||||||
for (let wan in wan_ports) {
|
for (let wan in wan_ports) {
|
||||||
let msg = {
|
let msg = {
|
||||||
name: wan,
|
name: wan,
|
||||||
|
|||||||
Reference in New Issue
Block a user