openBackhaul / MicroWaveDeviceInventory

Physical and logical inventory of the MW SDN Domain
Apache License 2.0
5 stars 1 forks source link

Lack of "=" symbol before {uuid1} and {localId} #836

Closed openBackhaul closed 7 months ago

openBackhaul commented 7 months ago

The following "=" symbols are missing in path statements:

-/core-model-1-4:network-control-domain=live/control-construct={mountName}/forwarding-domain={uuid}/forwarding-construct{uuid1}
+/core-model-1-4:network-control-domain=live/control-construct={mountName}/forwarding-domain={uuid}/forwarding-construct={uuid1}

-/core-model-1-4:network-control-domain=live/control-construct={mountName}/forwarding-domain={uuid}/forwarding-construct{uuid1}/fc-port{localId}
+/core-model-1-4:network-control-domain=live/control-construct={mountName}/forwarding-domain={uuid}/forwarding-construct={uuid1}/fc-port={localId}

CTRL+h to be used for correcting the paths in:

openBackhaul commented 7 months ago

Dublicate with https://github.com/openBackhaul/MicroWaveDeviceInventory/issues/834