You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding link failure handling, we can improve the handling logic, per discussion on Slack:
Have another field named status on the L2VPN (Connection object) to represent the current operational status, that will be changed to status=down when no alternative path is possible
Then we should have another routine that processes a topology update message and for links that became UP, check if any L2VPN could benefit from that update to become UP again (i.e., PCE would be able to find a path there)
The text was updated successfully, but these errors were encountered:
Regarding link failure handling, we can improve the handling logic, per discussion on Slack:
The text was updated successfully, but these errors were encountered: