deps, bgp: Bump GoBGP version to most recent v3.37 fork#44073
Merged
joestringer merged 2 commits intocilium:mainfrom Jan 30, 2026
Merged
deps, bgp: Bump GoBGP version to most recent v3.37 fork#44073joestringer merged 2 commits intocilium:mainfrom
joestringer merged 2 commits intocilium:mainfrom
Conversation
Contributor
Author
|
/test |
HadrienPatte
approved these changes
Jan 30, 2026
Member
|
@rastislavs please rebase then we can try again 🙏 |
Member
|
(I would have preferred this PR to go in first to ease backports, but I didn't catch the conflict with #44067 until too late) |
Bumps GoBGP to the most recent v3.37.0 fork version to pick up a recent bgp routes stats fix. Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
Fix incorrect advertised routes counts in the test output caused by GoBGP issue that was fixed recently. Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com> Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
85428ad to
1456057
Compare
Member
|
Ok, I fixed it. Let me give it another shot. |
Member
|
/test |
8 tasks
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.
GoBGP version bump resolving an issue with invalid advertised routes counters:
When Graceful Restart was enabled, the advertised routes counters reported one extra route (internally accounted for the GR EOR marker).