Loading src/pathcomp/frontend/service/algorithms/tools/ServiceTypes.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/pathcomp/frontend/service/algorithms/tools/ServiceTypes.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading