Skip to content

bgpv1: Add SourceASN field to Path struct #39451

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

Merged
merged 1 commit into from
May 9, 2025

Conversation

YutaroHayakawa
Copy link
Member

Added the SourceASN field to the Path struct to store the source ASN of a path. Updated ToGoBGPPath and ToAgentPath conversion functions to handle the new field. This is useful to determine whether the route is coming from eBGP or iBGP.

bgpv1: Add SourceASN field to Path struct

Added the SourceASN field to the Path struct to store the source ASN of
a path. Updated ToGoBGPPath and ToAgentPath conversion functions to
handle the new field. This is useful to determine whether the route is
coming from eBGP or iBGP.

Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
@YutaroHayakawa YutaroHayakawa added the release-note/misc This PR makes changes that have no direct user impact. label May 9, 2025
@YutaroHayakawa YutaroHayakawa marked this pull request as ready for review May 9, 2025 07:10
@YutaroHayakawa YutaroHayakawa requested a review from a team as a code owner May 9, 2025 07:10
@YutaroHayakawa YutaroHayakawa requested a review from rastislavs May 9, 2025 07:10
@YutaroHayakawa
Copy link
Member Author

/test

@YutaroHayakawa
Copy link
Member Author

Cilium E2E Upgrade: #39472
Conformance Cluster Mesh: #39473

@YutaroHayakawa YutaroHayakawa added this pull request to the merge queue May 9, 2025
Merged via the queue into main with commit e1c472c May 9, 2025
348 of 352 checks passed
@YutaroHayakawa YutaroHayakawa deleted the yutaro/bgpv2-source-protocol branch May 9, 2025 22:02
@maintainer-s-little-helper maintainer-s-little-helper bot added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. labels May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants