ucentral-event: ignore vlan_remove on swconfig devices

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-07-17 07:47:16 +02:00
parent fc7750b900
commit 65bbcbbd6b

View File

@@ -280,6 +280,8 @@ handlers = {
},
vlan_remove: function(notify) {
if (config.config.swconfig)
return;
for (let wan in wan_ports) {
let msg = {
name: wan,