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

bgpd: Clear stale routes with multiple paths (backport) #17394

Merged

Conversation

ton31337
Copy link
Member

@ton31337 ton31337 commented Nov 8, 2024

No description provided.

We iterated over all bgp_path_info's, but once we remove the path, we didn't
check for other paths under the same bgp_dest.

Signed-off-by: Donatas Abraitis <[email protected]>
Without this patch we set only the first path for the route (if multiple exist)
as LLGR stale and stop doing that for the rest of the paths, which is wrong.

Fixes: 1479ed2 ("bgpd: Implement LLGR helper mode")

Signed-off-by: Donatas Abraitis <[email protected]>
@donaldsharp donaldsharp merged commit a127099 into FRRouting:stable/9.1 Nov 8, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants