From 65bbcbbd6b454071116a25ce03287505a7f6912f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 17 Jul 2025 07:47:16 +0200 Subject: [PATCH] ucentral-event: ignore vlan_remove on swconfig devices Signed-off-by: John Crispin --- feeds/ucentral/ucentral-event/files/ucentral-event | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feeds/ucentral/ucentral-event/files/ucentral-event b/feeds/ucentral/ucentral-event/files/ucentral-event index dd82ba432..1a2cc5157 100755 --- a/feeds/ucentral/ucentral-event/files/ucentral-event +++ b/feeds/ucentral/ucentral-event/files/ucentral-event @@ -280,6 +280,8 @@ handlers = { }, vlan_remove: function(notify) { + if (config.config.swconfig) + return; for (let wan in wan_ports) { let msg = { name: wan,