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

Refactor how config routes are deleted from outgoing RIB to handle offline routers #1128

Merged

Conversation

longmalx
Copy link

This resolves issue #1126.

Previously the old routes from the configuration were deleted from the peer reactor, leading to the RIB become out of date if the neighbor was offline when an update or sequence of updates was made.

Refactored to this so that any deleted configuration routes are removed from RIB during configuration reload rather than from the reactor.

Tested this with a variety of normal and FlowSpec routes and the RIB is correct all configuration reloads.
I have run all the QA functional tests successfully.

@thomas-mangin thomas-mangin merged commit 9828166 into Exa-Networks:4.2 Nov 29, 2022
@thomas-mangin
Copy link
Member

I have merged the patch but now wonder if there will be an issue with API routes? I need to check.

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.

None yet

2 participants