-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDX-controller is not deleting Links upon receiving the topology update #342
Comments
@congwang09 @lmarinve you've tested the link removal/failure case, please comment here. @gretelliz Thanks for reporting this. The event passes through from kytos->Napps->LC->controlller. |
Closed with PR # #341 |
Hi team, as we discussed on Slack, this issue was not actually fixed. |
Hi Cong, So basically the procedure for reproducing this issue was:
On the Topology JSON above you will notice two links:
You can see that now this json contains only one link:
So, expected behavior is: the link with ID I'm also attaching the logs from SDX-Controller with relevant information |
When trying to remove a link from the network, SDX does not reflect the change.
This is the topology before removing a link:
This is the topology after removing a link:
The link
Tenet01/2_Tenet03/2
was removed. However, this is not reflected in the topology that SDX controller exports.The text was updated successfully, but these errors were encountered: