[action] [PR:21467] [FRR]: Verifying static SRv6 SIDs parameters#542
Merged
r12f merged 1 commit intoAzure:202412from Jan 23, 2025
Merged
[action] [PR:21467] [FRR]: Verifying static SRv6 SIDs parameters#542r12f merged 1 commit intoAzure:202412from
r12f merged 1 commit intoAzure:202412from
Conversation
The FRR CLI to support SRv6 Static SIDs has been merged in FRR mainline in this PR (FRRouting/frr#16894). The CLI has been ported into SONiC mainline in this PR (sonic-net/sonic-buildimage#21380). This PR verifies the SRv6 Static SIDs configured by the above FRR CLI. It verifies that the block and node parts of the configured SID matches block and node parts of the locator it belongs to. The PR computes the parameters that will be installed with the SID into APPL DB. The changes in this PR will be also added into FRR mainline.
Collaborator
Author
|
Original PR: sonic-net/sonic-buildimage#21467 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
Pipeline is broken and PR is validated in sonic-net side. Urgent PR and low risk to merge. Merging with bypassing checks. |
yutongzhang-microsoft
pushed a commit
to yutongzhang-microsoft/sonic-buildimage-msft
that referenced
this pull request
Jan 23, 2025
…D automatically (#20977) #### Why I did it src/sonic-platform-daemons ``` * 2b0d2a6 - (HEAD -> 202405, origin/202405) [lag_id] Add lagid to free_list when LC absent for 30 minutes (Azure#542) (7 hours ago) [Marty Y. Lok] ``` #### 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 (#20957) #### Why I did it src/sonic-platform-daemons ``` * 57f0448 - (HEAD -> master, origin/master, origin/HEAD) [lag_id] Add lagid to free_list when LC absent for 30 minutes (Azure#542) (9 hours ago) [Marty Y. Lok] * 3624cb7 - [stormond] Added new dynamic field 'last_sync_time' to STATE_DB (Azure#535) (21 hours ago) [Ashwin Srinivasan] * 0431fa3 - Addition of DPU Chassis for thermalctld (Azure#564) (24 hours ago) [Gagan Punathil Ellath] ``` #### How I did it #### How to verify it #### Description for the changelog
liushilongbuaa
pushed a commit
that referenced
this pull request
Mar 25, 2026
…tomatically (#26288) #### Why I did it src/sonic-linux-kernel ``` * c125a95 - (HEAD -> master, origin/master, origin/HEAD) Disable SPD instantiation in I2C SMBUS driver (#542) (11 hours ago) [Aravind Mani] ``` #### How I did it #### How to verify it #### Description for the changelog
liushilongbuaa
pushed a commit
that referenced
this pull request
Mar 25, 2026
…tomatically (#26288) #### Why I did it src/sonic-linux-kernel ``` * c125a95 - (HEAD -> master, origin/master, origin/HEAD) Disable SPD instantiation in I2C SMBUS driver (#542) (11 hours ago) [Aravind Mani] ``` #### 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.
The FRR CLI to support SRv6 Static SIDs has been merged in FRR mainline in this PR (FRRouting/frr#16894). The CLI has been ported into SONiC mainline in this PR (sonic-net/sonic-buildimage#21380).
This PR verifies the SRv6 Static SIDs configured by the above FRR CLI. It verifies that the block and node parts of the configured SID matches block and node parts of the locator it belongs to. The PR computes the parameters that will be installed with the SID into APPL DB. The changes in this PR will be also added into FRR mainline.