[action] [PR:21185] [FRR]: Add support for SRv6 SID Manager#497
Merged
r12f merged 1 commit intoAzure:202412from Jan 8, 2025
Merged
[action] [PR:21185] [FRR]: Add support for SRv6 SID Manager#497r12f merged 1 commit intoAzure:202412from
r12f merged 1 commit intoAzure:202412from
Conversation
#### Why I did it Bring the below PRs from FRR mainline to SONiC in order to support SRv6 SID Manager in SONiC. #### New patches that were added | Patch | FRR Pull Request | | ------------- | ----------------- | | 0064-SRv6-BGP-SID-reachability.patch | FRRouting/frr#14810 | | 0065-zebra-display-srv6-encapsulation-source-address-when-configured.patch | FRRouting/frr#16151 | | 0066-lib-fix-srv6-locator-flags-propagated-to-isis.patch | FRRouting/frr#15673 | | 0067-Add-support-for-SRv6-SID-Manager.patch | FRRouting/frr#15604 | | 0068-bgpd-Extend-BGP-to-communicate-with-the-SRv6-SID-Manager-to-allocate-release-SRv6-SIDs.patch | FRRouting/frr#15676 |
Collaborator
Author
|
Original PR: sonic-net/sonic-buildimage#21185 |
Javier-Tan
pushed a commit
to Javier-Tan/sonic-buildimage-msft
that referenced
this pull request
Jan 8, 2025
…D automatically (#19553) #### Why I did it src/sonic-platform-daemons ``` * 41b1c82 - (HEAD -> 202405, origin/202405) [CMIS] Skip re-init flow for SW-controlled ports in case of fastboot (Azure#497) (4 weeks ago) [Stepan Blyshchak] ``` #### How I did it #### How to verify it #### Description for the changelog
yutongzhang-microsoft
pushed a commit
to yutongzhang-microsoft/sonic-buildimage-msft
that referenced
this pull request
Jan 23, 2025
…D automatically (#19271) #### Why I did it src/sonic-platform-daemons ``` * efb4dbd - (HEAD -> master, origin/master, origin/HEAD) [CMIS] Skip re-init flow for SW-controlled ports in case of fastboot (Azure#497) (11 hours ago) [Stepan Blyshchak] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
to mssonicbld/sonic-buildimage-msft
that referenced
this pull request
Sep 1, 2025
…lly (#23815) #### Why I did it src/sonic-gnmi ``` * 9e9223d - (HEAD -> 202505, origin/202505) Downgrade Go to 1.19 for SONiC Bookworm FIPS compliance (Azure#497) (5 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
bingwang-ms
pushed a commit
that referenced
this pull request
Jan 16, 2026
…tomatically (#23556) #### Why I did it src/sonic-linux-kernel ``` * 271e3a5 - (HEAD -> master, origin/master, origin/HEAD) Ignore table if the EFI memory attributes are corrupt (#500) (2 days ago) [Vivek] * 1fcf7e1 - Fix for i2c_designware shutdown (#497) (2 days ago) [byu343] * 0f9d503 - Fix slave container used for master branch (#502) (2 days ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Why I did it
Bring the below PRs from FRR mainline to SONiC in order to support SRv6 SID Manager in SONiC.
New patches that were added