Skip to content

Commit

Permalink
14250 add BPON to interface types
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed May 20, 2024
1 parent 6c51b89 commit 4ff3fc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netbox/dcim/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,9 @@ class InterfaceTypeChoices(ChoiceSet):
TYPE_NG_PON2 = 'ng-pon2'
TYPE_EPON = 'epon'
TYPE_10G_EPON = '10g-epon'
TYPE_BPON = 'bpon'
TYPE_25G_PON = '25g-pon'
TYPE_50G_PON = 'huawei-50g-pon'

# Stacking
TYPE_STACKWISE = 'cisco-stackwise'
Expand Down Expand Up @@ -1134,6 +1137,9 @@ class InterfaceTypeChoices(ChoiceSet):
(TYPE_NG_PON2, 'NG-PON2 (TWDM-PON) (4x10 Gbps)'),
(TYPE_EPON, 'EPON (1 Gbps)'),
(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)'),
)
),
(
Expand Down

0 comments on commit 4ff3fc6

Please sign in to comment.