[FRR]: Port BGP SRv6 GRT from FRR mainline#25866
Open
cscarpitta wants to merge 1 commit intosonic-net:masterfrom
Open
[FRR]: Port BGP SRv6 GRT from FRR mainline#25866cscarpitta wants to merge 1 commit intosonic-net:masterfrom
cscarpitta wants to merge 1 commit intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Port the following patches from FRR mainline to support BGP SRv6 GRT: - explicit SRv6 address configurable per address family (FRRouting/frr#19088) - bgpd: add output support for srv6 l3vpn attribute option (FRRouting/frr#19117) - BGP SRv6 locator per vrf (FRRouting/frr#19100) - bgpd: various fixes related to VPN SRv6 entries updates (FRRouting/frr#19447) - SRv6/MPLS L3 Services Co-existence (FRRouting/frr#19164) - bgpd: Fix incorrect flag checks for SRv6 SID allocation (FRRouting/frr#19623) - SRv6/MPLS Coexistence in L3VPN / formatting fixes (FRRouting/frr#19639) - Route-map command to filter out VPN paths based on their origin (MPLS /SRv6 / VXLAN) (FRRouting/frr#19717) - bgpd: improve/clarify bgp static tables (FRRouting/frr#19640) - bgpd: add SRv6 unicast at default VRF (FRRouting/frr#19496) Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
4b7d7cb to
d9d5517
Compare
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Port the following patches from FRR mainline to support BGP SRv6 GRT:
Why I did it
To support SRv6 BGP GRT in SONiC.
How I did it
Port the patch files from FRR mainline.