From 772ee47b7d466a64481b1e1c97f4c783d33401b7 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 20 May 2024 13:22:50 -0700 Subject: [PATCH] 14250 remove huwai specific from PON --- netbox/dcim/choices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/dcim/choices.py b/netbox/dcim/choices.py index f33fa20e0..1f4a0f841 100644 --- a/netbox/dcim/choices.py +++ b/netbox/dcim/choices.py @@ -947,7 +947,7 @@ class InterfaceTypeChoices(ChoiceSet): TYPE_10G_EPON = '10g-epon' TYPE_BPON = 'bpon' TYPE_25G_PON = '25g-pon' - TYPE_50G_PON = 'huawei-50g-pon' + TYPE_50G_PON = '50g-pon' # Stacking TYPE_STACKWISE = 'cisco-stackwise' @@ -1139,7 +1139,7 @@ class InterfaceTypeChoices(ChoiceSet): (TYPE_10G_EPON, '10G-EPON (10 Gbps)'), (TYPE_BPON, 'BPON (622 Mbps / 155Mbps)'), (TYPE_25G_PON, '25G-PON (25 Gbps)'), - (TYPE_50G_PON, 'Huawei 50G-PON (50 Gbps)'), + (TYPE_50G_PON, '50G-PON (50 Gbps)'), ) ), (