Commit 308c8457 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

PathComp component - FrontEnd:

- Fixed sub-service composition
parent 3d55a0e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ def get_service_type(
    device_type : DeviceTypeEnum, prv_service_type : ServiceTypeEnum = None
) -> ServiceTypeEnum:
    if device_type is DeviceTypeEnum.NCE: return ServiceTypeEnum.SERVICETYPE_L3NM
    if device_type is DeviceTypeEnum.TERAFLOWSDN_CONTROLLER: return ServiceTypeEnum.SERVICETYPE_L3NM
    if (
        device_type in PACKET_DEVICE_TYPES and
        prv_service_type is not None and