mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-12 10:38:16 -06:00
14250 remove huwai specific from PON
This commit is contained in:
parent
4ff3fc6c7c
commit
772ee47b7d
@ -947,7 +947,7 @@ class InterfaceTypeChoices(ChoiceSet):
|
|||||||
TYPE_10G_EPON = '10g-epon'
|
TYPE_10G_EPON = '10g-epon'
|
||||||
TYPE_BPON = 'bpon'
|
TYPE_BPON = 'bpon'
|
||||||
TYPE_25G_PON = '25g-pon'
|
TYPE_25G_PON = '25g-pon'
|
||||||
TYPE_50G_PON = 'huawei-50g-pon'
|
TYPE_50G_PON = '50g-pon'
|
||||||
|
|
||||||
# Stacking
|
# Stacking
|
||||||
TYPE_STACKWISE = 'cisco-stackwise'
|
TYPE_STACKWISE = 'cisco-stackwise'
|
||||||
@ -1139,7 +1139,7 @@ class InterfaceTypeChoices(ChoiceSet):
|
|||||||
(TYPE_10G_EPON, '10G-EPON (10 Gbps)'),
|
(TYPE_10G_EPON, '10G-EPON (10 Gbps)'),
|
||||||
(TYPE_BPON, 'BPON (622 Mbps / 155Mbps)'),
|
(TYPE_BPON, 'BPON (622 Mbps / 155Mbps)'),
|
||||||
(TYPE_25G_PON, '25G-PON (25 Gbps)'),
|
(TYPE_25G_PON, '25G-PON (25 Gbps)'),
|
||||||
(TYPE_50G_PON, 'Huawei 50G-PON (50 Gbps)'),
|
(TYPE_50G_PON, '50G-PON (50 Gbps)'),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user