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

send-max: fix flag when path is not filtered anymore #2825

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

hardeker
Copy link
Contributor

when a path that was previously filtered becomes advertised because another path is withdrawn, the sendMaxFiltered flag needs to be unset. Otherwise, this path would never be deleted from the peer unless the peer is removed.

when a path that was previously filtered becomes advertised
because another path is withdrawn, the sendMaxFiltered flag needs
to be unset. Otherwise, this path would never be deleted from the
peer unless the peer is removed.
@fujita
Copy link
Member

fujita commented Aug 2, 2024

Looks correct.
@maxime-peim any comments?

@maxime-peim
Copy link

maxime-peim commented Aug 2, 2024

Indeed, that is correct, we need to unset the flag for paths ready to be advertised.

@fujita fujita merged commit da44c7f into osrg:master Aug 2, 2024
39 checks passed
@fujita
Copy link
Member

fujita commented Aug 2, 2024

Thanks guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants