[202411][FRR] Port Fix from FRR community for issue https://github.com/FRRouting/frr/issues/18493 in sonic-frr(FRR 10.0.1) Also made changes to support Ipv6 prefix lists.#22198
Merged
kperumalbfn merged 1 commit intosonic-net:202411from Apr 1, 2025
Conversation
Date: Tue, 25 Mar 2025 13:54:24 +0200
Subject: [PATCH] lib: Return duplicate prefix-list entry
If we do e.g.:
ip prefix-list PL_LoopbackV4 permit 10.1.0.32/32
ip prefix-list PL_LoopbackV4 permit 10.1.0.32/32
ip prefix-list PL_LoopbackV4 permit 10.1.0.32/32
We end up, having duplicate records with a different sequence number only.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Collaborator
|
/azp run Azure.sonic-buildimage |
11 tasks
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
kperumalbfn
approved these changes
Apr 1, 2025
Contributor
Contributor
|
hi @sudhanshukumar22 , I wonder if you could help do a manual pick of this change into 202412 ? repo is here: https://github.com/Azure/sonic-buildimage-msft/tree/202412 |
Contributor
|
hi @sudhanshukumar22 , do you mind to help do a cherry pick to 202412? |
r12f
added a commit
to Azure/sonic-buildimage-msft
that referenced
this pull request
Aug 22, 2025
…FRRouting/frr#18493 in sonic-frr(FRR 10.0.1) Also made changes to support Ipv6 prefix lists. (#1536) Sync PR #22198 from sonic-net/sonic-buildimage to 202412. Original PR: sonic-net/sonic-buildimage#22198 --------- Co-authored-by: sudhanshukumar22 <51457531+sudhanshukumar22@users.noreply.github.com>
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.
[202411][FRR] Port Fix from FRR community for issue FRRouting/frr#18493 in sonic-frr(FRR 10.0.1)
Also made changes to support Ipv6 prefix lists.
If we do e.g.:
Why I did it
Work item tracking
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)