From 4e18aa8eaa7d6225662eda7d0f9b0f1094c42a0d Mon Sep 17 00:00:00 2001 From: pvillar_netdev Date: Tue, 17 Jun 2025 13:34:33 +0200 Subject: [PATCH 1/3] 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/3] 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", From 16745336c4134ec26edf4f03a98d0f64ac0d7b03 Mon Sep 17 00:00:00 2001 From: Ken Celenza Date: Thu, 31 Jul 2025 15:17:33 -0400 Subject: [PATCH 3/3] Update netutils/constants.py Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com> --- netutils/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/constants.py b/netutils/constants.py index 85460b03..84865e26 100644 --- a/netutils/constants.py +++ b/netutils/constants.py @@ -11,6 +11,7 @@ "ap": "AppGigabitEthernet", "ATM": "ATM", "AT": "ATM", + "B": "Bdi", "Bd": "Bdi", "Bdi": "Bdi", "Bv": "BVI",