Commit 509c62d4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common - Device Types:

- Added packet firewall device type
parent fc2674a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ class DeviceTypeEnum(Enum):
    EMULATED_OPEN_ROADM             = 'emu-optical-openroadm'
    EMULATED_OPTICAL_SPLITTER       = 'emu-optical-splitter'        # passive component required for XR Constellation
    EMULATED_P4_SWITCH              = 'emu-p4-switch'
    EMULATED_PACKET_FIREWALL        = 'emu-packet-firewall'
    EMULATED_PACKET_RADIO_ROUTER    = 'emu-packet-radio-router'
    EMULATED_PACKET_ROUTER          = 'emu-packet-router'
    EMULATED_PACKET_SWITCH          = 'emu-packet-switch'
@@ -51,6 +52,7 @@ class DeviceTypeEnum(Enum):
    OPTICAL_ROADM                   = 'optical-roadm'
    OPTICAL_TRANSPONDER             = 'optical-transponder'
    P4_SWITCH                       = 'p4-switch'
    PACKET_FIREWALL                 = 'packet-firewall'
    PACKET_POP                      = 'packet-pop'
    PACKET_RADIO_ROUTER             = 'packet-radio-router'
    PACKET_ROUTER                   = 'packet-router'