Skip to content
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

When link fails, mark connection status as down, and recover connection when link is up #355

Open
congwang09 opened this issue Nov 12, 2024 · 0 comments
Assignees

Comments

@congwang09
Copy link
Contributor

Regarding link failure handling, we can improve the handling logic, per discussion on Slack:

  1. 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
  2. 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants