Change default routing-stack to FRR#2869
Closed
qiluo-msft wants to merge 1 commit intosonic-net:masterfrom
Closed
Conversation
Collaborator
|
check #2863 |
Collaborator
|
@qiluo-msft , please update the test case in #2863 if you have any. |
mssonicbld
added a commit
that referenced
this pull request
Aug 15, 2023
…lly (#16158) #### Why I did it src/sonic-swss ``` * 6b0c8c5c - (HEAD -> 202305, origin/202305) [muxorch] set mux state to init upon warm reboot (#2834) (18 hours ago) [Nikola Dancejic] * bc9bde94 - [ASAN] Fix Indirect Mem Leaks in Orchagent (#2869) (24 hours ago) [Vivek] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Aug 16, 2023
…lly (#16104) #### Why I did it src/sonic-swss ``` * 63b08b59 - (HEAD -> 202211, origin/202211) [ASAN] Fix Indirect Mem Leaks in Orchagent (#2869) (2 days ago) [Vivek] * 4248d01d - [muxorch] set mux state to init upon warm reboot (#2834) (5 days ago) [Nikola Dancejic] * 3ca4b842 - Handle duplicate routes in a graceful manner (#2688) (5 days ago) [prabhataravind] ``` #### How I did it #### How to verify it #### Description for the changelog
sonic-otn
pushed a commit
to sonic-otn/sonic-buildimage
that referenced
this pull request
Sep 20, 2023
…lly (sonic-net#16073) #### Why I did it src/sonic-swss ``` * 23cb2e5 - (HEAD -> master, origin/master, origin/HEAD) [ASAN] Fix Indirect Mem Leaks in Orchagent (sonic-net#2869) (10 hours ago) [Vivek] ``` #### 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 routing-stack option is used during building a SONiC image. This PR will introduce disruptive change because the routing-stack implementations are much different, and possible introduce corner regression cases.
I will update this PR with test cases already passed.