Add BIRD OSPF graceful restart support#3595
Open
jbemmel wants to merge 5 commits into
Open
Conversation
Enable restart and helper roles in BIRD OSPF templates and declare IPv4/IPv6 GR capability for the bird daemon. Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce ospfv3_gr_helper validation timing so BIRD can settle before the graceful restart sequence starts. Co-authored-by: Cursor <cursoragent@cursor.com>
Bird establishes adjacencies quickly but needs extra time before the helper is ready for graceful restart. Co-authored-by: Cursor <cursoragent@cursor.com>
FRR graceful-restart prepare is one-shot, so restart ospf6d and clear its GR state instead of only unfreezing the process. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
|
BIRD establishes the adjacency quickly, but the GR helper seems to need a few moments more: Added a 5-second extra wait for BIRD only, which stabilizes the test. Tried to find a more explicit state to watch for, but no luck Also improved the GR reset logic at the end, to enable repeated GR tests |
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
graceful restartsettings fromospf.gr.restartandospf.gr.helperbirddaemonTest plan
netlab createon a topology withdevice: birdandospf.gr.restart/ospf.gr.helperospf.mod.confcontainsgraceful restart onorgraceful restart awareospf.grvalidation passes for bird nodes with IPv4 and IPv6Made with Cursor