[FRR]: Add support for SRv6 SID Manager#21185
Merged
lguohan merged 5 commits intosonic-net:masterfrom Dec 18, 2024
Merged
Conversation
This commit brings PR FRRouting/frr#14810 from FRR mainline to SONiC SRv6 BGP SID reachability FRRouting/frr#14810 Signed-off-by: cscarpitta <cscarpit@cisco.com>
This commit brings PR FRRouting/frr#16151 from FRR mainline to SONiC zebra: display srv6 encapsulation source-address when configured FRRouting/frr#16151 Signed-off-by: cscarpitta <cscarpit@cisco.com>
This commit brings PR FRRouting/frr#15673 from FRR mainline to SONiC lib: fix srv6 locator flags propagated to isis FRRouting/frr#15673 Signed-off-by: cscarpitta <cscarpit@cisco.com>
This commit brings PR FRRouting/frr#15604 from FRR mainline to SONiC Add support for SRv6 SID Manager FRRouting/frr#15604 Signed-off-by: cscarpitta <cscarpit@cisco.com>
This commit brings PR FRRouting/frr#15676 from FRR mainline to SONiC bgpd: Extend BGP to communicate with the SRv6 SID Manager to allocate/release SRv6 SIDs FRRouting/frr#15676 Signed-off-by: cscarpitta <cscarpit@cisco.com>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@abdosi @kperumalbfn @lguohan this PR ports some SRv6 features from FRR mainline. These features are needed by the CLI PR FRRouting/frr#16894 |
Collaborator
lguohan
approved these changes
Dec 16, 2024
BYGX-wcr
approved these changes
Dec 16, 2024
abdosi
approved these changes
Dec 17, 2024
Contributor
Contributor
|
Hi @abdosi , thanks for the fyi! please expect mid-to-end of this week to get all the branches. |
ahsalam
approved these changes
Dec 17, 2024
Contributor
|
hi @liushilongbuaa , do you mind to help use this PR for checking the cherry pick automation? |
Collaborator
|
Cherry-pick PR to msft-202412: Azure/sonic-buildimage-msft#497 |
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