Skip to content

Commit

Permalink
Added support for QSFP112 interfaces to branch (#4783) (#4875)
Browse files Browse the repository at this point in the history
Co-authored-by: Hanlin Miao <46973263+HanlinMiao@users.noreply.github.com>
  • Loading branch information
2 people authored and Timizuo committed Dec 8, 2023
1 parent 655203f commit 8116e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/4873.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added QSFP112 interface type to interface type choices.
2 changes: 2 additions & 0 deletions nautobot/dcim/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ class InterfaceTypeChoices(ChoiceSet):
TYPE_100GE_QSFP28 = "100gbase-x-qsfp28"
TYPE_200GE_CFP2 = "200gbase-x-cfp2"
TYPE_200GE_QSFP56 = "200gbase-x-qsfp56"
TYPE_400GE_QSFP112 = "400gbase-x-qsfp112"
TYPE_400GE_QSFP_DD = "400gbase-x-qsfpdd"
TYPE_400GE_OSFP = "400gbase-x-osfp"
TYPE_800GE_QSFP_DD = "800gbase-x-qsfpdd"
Expand Down Expand Up @@ -897,6 +898,7 @@ class InterfaceTypeChoices(ChoiceSet):
(TYPE_100GE_CPAK, "Cisco CPAK (100GE)"),
(TYPE_100GE_QSFP28, "QSFP28 (100GE)"),
(TYPE_200GE_QSFP56, "QSFP56 (200GE)"),
(TYPE_400GE_QSFP112, "QSFP112 (400GE)"),
(TYPE_400GE_QSFP_DD, "QSFP-DD (400GE)"),
(TYPE_400GE_OSFP, "OSFP (400GE)"),
(TYPE_800GE_QSFP_DD, "QSFP-DD (800GE)"),
Expand Down

0 comments on commit 8116e2d

Please sign in to comment.