Skip to content

Commit

Permalink
adds 2.5 and 10g #15451
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed May 9, 2024
1 parent 2a06e19 commit 0e2fb2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netbox/dcim/choices.py
Expand Up @@ -848,6 +848,8 @@ class InterfaceTypeChoices(ChoiceSet):

# Ethernet Backplane
TYPE_1GE_KX = '1000base-kx'
TYPE_2G_KX = '2.5gbase-kx'
TYPE_5G_KR = '5gbase-kr'
TYPE_10GE_KR = '10gbase-kr'
TYPE_10GE_KX4 = '10gbase-kx4'
TYPE_25GE_KR = '25gbase-kr'
Expand Down Expand Up @@ -1008,6 +1010,8 @@ class InterfaceTypeChoices(ChoiceSet):
_('Ethernet (backplane)'),
(
(TYPE_1GE_KX, '1000BASE-KX (1GE)'),
(TYPE_2G_KX, '2.5GBASE-KX (2.5GE)'),
(TYPE_5G_KR, '5GBASE-KR (5GE)'),
(TYPE_10GE_KR, '10GBASE-KR (10GE)'),
(TYPE_10GE_KX4, '10GBASE-KX4 (10GE)'),
(TYPE_25GE_KR, '25GBASE-KR (25GE)'),
Expand Down

0 comments on commit 0e2fb2a

Please sign in to comment.