Browse Source

Closes #654: Added Cisco FlexStack and FlexStack Plus form factors

Jeremy Stretch 8 years ago
parent
commit
c525939b13
2 changed files with 35 additions and 0 deletions
  1. 31 0
      netbox/dcim/migrations/0021_add_ff_flexstack.py
  2. 4 0
      netbox/dcim/models.py

File diff suppressed because it is too large
+ 31 - 0
netbox/dcim/migrations/0021_add_ff_flexstack.py


+ 4 - 0
netbox/dcim/models.py

@@ -107,6 +107,8 @@ IFACE_FF_E3 = 4050
 # Stacking
 IFACE_FF_STACKWISE = 5000
 IFACE_FF_STACKWISE_PLUS = 5050
+IFACE_FF_FLEXSTACK = 5100
+IFACE_FF_FLEXSTACK_PLUS = 5150
 # Other
 IFACE_FF_OTHER = 32767
 
@@ -164,6 +166,8 @@ IFACE_FF_CHOICES = [
         [
             [IFACE_FF_STACKWISE, 'Cisco StackWise'],
             [IFACE_FF_STACKWISE_PLUS, 'Cisco StackWise Plus'],
+            [IFACE_FF_STACKWISE, 'Cisco FlexStack'],
+            [IFACE_FF_STACKWISE_PLUS, 'Cisco FlexStack Plus'],
         ]
     ],
     [