bfdd: BFD Admin-Down State Management Improvements - #20151
Merged
riw777 merged 2 commits intoFeb 24, 2026
Merged
Conversation
sougatahitcs
force-pushed
the
bfd-admin-down-state-handling-improvements
branch
2 times, most recently
from
November 30, 2025 17:43
ba9b9bb to
43ad22b
Compare
sougatahitcs
marked this pull request as draft
December 7, 2025 16:17
sougatahitcs
force-pushed
the
bfd-admin-down-state-handling-improvements
branch
from
December 19, 2025 18:31
43ad22b to
177073e
Compare
Contributor
Author
|
ci:rerun |
sougatahitcs
marked this pull request as ready for review
December 23, 2025 04:00
Contributor
Author
|
Hi @donaldsharp Can you please review this MR ? |
Member
|
LGTM |
rzalamena
reviewed
Feb 16, 2026
sougatahitcs
force-pushed
the
bfd-admin-down-state-handling-improvements
branch
2 times, most recently
from
February 19, 2026 04:47
727f617 to
c87124c
Compare
Currently, all BFD clients such as BGP, OSPF, and PIM experience a session flap when a BFD AdminDown event occurs. This change ensures that the client sessions do not flap on an AdminDown event and instead continue to remain established. Signed-off-by: Sougata Barik <sougatahitcs@gmail.com>
zlog_debug is not present today in ospfv3 , adding the support Signed-off-by: Sougata Barik <sougatahitcs@gmail.com>
sougatahitcs
force-pushed
the
bfd-admin-down-state-handling-improvements
branch
from
February 19, 2026 04:49
c87124c to
83d592c
Compare
Contributor
Author
|
CI:rerun |
Contributor
Author
|
@rzalamena I have addressed your review comments. Please check. |
rzalamena
approved these changes
Feb 19, 2026
sougatahitcs
force-pushed
the
bfd-admin-down-state-handling-improvements
branch
from
February 24, 2026 12:15
2b25564 to
83d592c
Compare
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.
Currently, all BFD clients such as BGP, OSPF, and PIM experience a session flap when a BFD AdminDown event occurs. This change ensures that the client sessions do not flap on an AdminDown event and instead continue to remain established.