atlanticwave-sdx / pce

Path Computation Element for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
0 stars 3 forks source link

231 vlan continuity #232

Closed YufengXin closed 1 month ago

YufengXin commented 1 month ago

Implemented a _find_common_vlan method:

On a breakdown path, it will find the common vlan (first fit) between the two NNI ports. Otherwise, it will return a None and fail the provisioning.

Note: This is not end-to-end path vlan continuity.

YufengXin commented 1 month ago

Made a clean PR. Close this one