Loading src/device/service/drivers/ietf_slice/IetfSliceDriver.py +2 −2 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ class IetfSliceDriver(_Driver): with self.__lock: for i, resource in enumerate(resources): str_resource_name = 'resource_key[#{:d}]'.format(i) LOGGER.info('resource = {:s}'.format(str(resource))) LOGGER.info('[SetConfig] resource = {:s}'.format(str(resource))) resource_key, resource_value = resource if not RE_IETF_SLICE_DATA.match(resource_key): continue Loading @@ -168,7 +168,7 @@ class IetfSliceDriver(_Driver): with self.__lock: for i, resource in enumerate(resources): str_resource_name = 'resource_key[#{:d}]'.format(i) LOGGER.info('resource = {:s}'.format(str(resource))) LOGGER.info('[DeleteConfig] resource = {:s}'.format(str(resource))) resource_key, resource_value = resource if not RE_IETF_SLICE_DATA.match(resource_key): continue Loading Loading
src/device/service/drivers/ietf_slice/IetfSliceDriver.py +2 −2 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ class IetfSliceDriver(_Driver): with self.__lock: for i, resource in enumerate(resources): str_resource_name = 'resource_key[#{:d}]'.format(i) LOGGER.info('resource = {:s}'.format(str(resource))) LOGGER.info('[SetConfig] resource = {:s}'.format(str(resource))) resource_key, resource_value = resource if not RE_IETF_SLICE_DATA.match(resource_key): continue Loading @@ -168,7 +168,7 @@ class IetfSliceDriver(_Driver): with self.__lock: for i, resource in enumerate(resources): str_resource_name = 'resource_key[#{:d}]'.format(i) LOGGER.info('resource = {:s}'.format(str(resource))) LOGGER.info('[DeleteConfig] resource = {:s}'.format(str(resource))) resource_key, resource_value = resource if not RE_IETF_SLICE_DATA.match(resource_key): continue Loading