atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
1 stars 3 forks source link

Notify LC on connection deletions #261

Closed sajith closed 1 month ago

sajith commented 2 months ago

225 handles DELETE /connection/:connection by simply asking PCE to remove its internal VLAN allocations. We do not pass on deletions down to LC yet.

italovalcy commented 2 months ago

225 handles DELETE /connection/:connection by simply asking PCE to remove its internal VLAN allocations. We do not pass on deletions down to LC yet.

Hi @sajith great observation! I was actually testing this and I saw exactly this behavior. Other than "unreserving" the VLAN IDs on pce.temanager, nothing else seems to be executed. I'm glad you have this on your radar