From b8f41a7c7ae5c1acbd60e1da52640a3a7aea4c86 Mon Sep 17 00:00:00 2001 From: Bjarke Madsen <bjarke@nordu.net> Date: Thu, 30 Jan 2025 13:43:10 +0100 Subject: [PATCH] Add VLAN Interfaces to excluded folders --- brian_dashboard_manager/config.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py index eab8871..00546a6 100644 --- a/brian_dashboard_manager/config.py +++ b/brian_dashboard_manager/config.py @@ -58,7 +58,8 @@ DEFAULT_ORGANIZATIONS = [ "excluded_folders": { "Aggregates": ["CAE1"], "EUMETSAT Multicast": True, - "NREN Access LEGACY": True + "NREN Access LEGACY": True, + "VLAN Interfaces": True, } }, { @@ -90,7 +91,8 @@ DEFAULT_ORGANIZATIONS = [ "GWS Direct": True, "GWS Indirect": True, "EUMETSAT Multicast": True, - "NREN Access LEGACY": True + "NREN Access LEGACY": True, + "VLAN Interfaces": True, } }, { @@ -111,7 +113,8 @@ DEFAULT_ORGANIZATIONS = [ ], "excluded_folders": { "EUMETSAT Multicast": True, - "NREN Access LEGACY": True + "NREN Access LEGACY": True, + "VLAN Interfaces": True, } }, { @@ -141,7 +144,8 @@ DEFAULT_ORGANIZATIONS = [ "IAS UPSTREAM": True, "GWS PHY Upstream": True, "EUMETSAT Multicast": True, - "NREN Access LEGACY": True + "NREN Access LEGACY": True, + "VLAN Interfaces": True, } } ] -- GitLab