From 4e18aa8eaa7d6225662eda7d0f9b0f1094c42a0d Mon Sep 17 00:00:00 2001 From: pvillar_netdev Date: Tue, 17 Jun 2025 13:34:33 +0200 Subject: [PATCH 1/2] Update constants.py --- netutils/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netutils/constants.py b/netutils/constants.py index cedcb1a2..06710bb4 100644 --- a/netutils/constants.py +++ b/netutils/constants.py @@ -11,9 +11,10 @@ "ap": "AppGigabitEthernet", "ATM": "ATM", "AT": "ATM", - "B": "Bdi", "Bd": "Bdi", "Bdi": "Bdi", + "Bv": "Bvi", + "Bvi": "Bvi", "Bridge-Aggregation": "Port-channel", "EOBC": "EOBC", "EO": "EOBC", From 230ee1ac7a4fbc83e12830c6d9ddca7ef44a1bee Mon Sep 17 00:00:00 2001 From: pvillar_netdev Date: Tue, 17 Jun 2025 14:35:38 +0200 Subject: [PATCH 2/2] Update constants.py --- netutils/constants.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/netutils/constants.py b/netutils/constants.py index 06710bb4..85460b03 100644 --- a/netutils/constants.py +++ b/netutils/constants.py @@ -13,8 +13,8 @@ "AT": "ATM", "Bd": "Bdi", "Bdi": "Bdi", - "Bv": "Bvi", - "Bvi": "Bvi", + "Bv": "BVI", + "Bvi": "BVI", "Bridge-Aggregation": "Port-channel", "EOBC": "EOBC", "EO": "EOBC", @@ -175,6 +175,7 @@ REVERSE_MAPPING = { "AppGigabitEthernet": "Ap", "ATM": "At", + "BVI": "Bv", "EOBC": "EO", "Ethernet": "Et", "FastEthernet": "Fa",