Kaynağa Gözat

Update choices.py - add MoCA (Coaxial)

ZPrimed 11 ay önce
ebeveyn
işleme
5b8eaced1a
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      netbox/dcim/choices.py

+ 2 - 0
netbox/dcim/choices.py

@@ -986,6 +986,7 @@ class InterfaceTypeChoices(ChoiceSet):
 
     # Coaxial
     TYPE_DOCSIS = 'docsis'
+    TYPE_MOCA = 'moca'
 
     # PON
     TYPE_BPON = 'bpon'
@@ -1182,6 +1183,7 @@ class InterfaceTypeChoices(ChoiceSet):
             _('Coaxial'),
             (
                 (TYPE_DOCSIS, 'DOCSIS'),
+                (TYPE_MOCA, 'MoCA'),
             )
         ),
         (