Skip to content

Commit d65c05a

Browse files
authored
Merge pull request #8269 from bluikko/cisco-stackwise-n
Merge PR from bluikko for #8265
2 parents 2b28ffa + b63e296 commit d65c05a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

netbox/dcim/choices.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,10 @@ class InterfaceTypeChoices(ChoiceSet):
816816
TYPE_STACKWISE_PLUS = 'cisco-stackwise-plus'
817817
TYPE_FLEXSTACK = 'cisco-flexstack'
818818
TYPE_FLEXSTACK_PLUS = 'cisco-flexstack-plus'
819+
TYPE_STACKWISE80 = 'cisco-stackwise-80'
820+
TYPE_STACKWISE160 = 'cisco-stackwise-160'
821+
TYPE_STACKWISE320 = 'cisco-stackwise-320'
822+
TYPE_STACKWISE480 = 'cisco-stackwise-480'
819823
TYPE_JUNIPER_VCP = 'juniper-vcp'
820824
TYPE_SUMMITSTACK = 'extreme-summitstack'
821825
TYPE_SUMMITSTACK128 = 'extreme-summitstack-128'
@@ -950,6 +954,10 @@ class InterfaceTypeChoices(ChoiceSet):
950954
(TYPE_STACKWISE_PLUS, 'Cisco StackWise Plus'),
951955
(TYPE_FLEXSTACK, 'Cisco FlexStack'),
952956
(TYPE_FLEXSTACK_PLUS, 'Cisco FlexStack Plus'),
957+
(TYPE_STACKWISE80, 'Cisco StackWise-80'),
958+
(TYPE_STACKWISE160, 'Cisco StackWise-160'),
959+
(TYPE_STACKWISE320, 'Cisco StackWise-320'),
960+
(TYPE_STACKWISE480, 'Cisco StackWise-480'),
953961
(TYPE_JUNIPER_VCP, 'Juniper VCP'),
954962
(TYPE_SUMMITSTACK, 'Extreme SummitStack'),
955963
(TYPE_SUMMITSTACK128, 'Extreme SummitStack-128'),

0 commit comments

Comments
 (0)