-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PATCH] net: allow user to set metric on default route learned via Router Advertisement #326
Merged
Conversation
This file contains 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
allow user to set metric on default route learned via Router Adv message for IPv6 Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
@saiarcot895 created PR for master |
saiarcot895
approved these changes
Aug 24, 2023
What does the line below mean?
It is MSFT internal work item tracking number |
@yxieca can you please help with cherry-pick into 202205 branch |
yxieca
pushed a commit
that referenced
this pull request
Aug 29, 2023
…ter Advertisement (#326) Add patch from Linux 5.12 to allow user to set metric on default route learned via Router Advertisement message for IPv6 Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
yxieca
pushed a commit
that referenced
this pull request
Aug 29, 2023
…ter Advertisement (#326) Add patch from Linux 5.12 to allow user to set metric on default route learned via Router Advertisement message for IPv6 Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
This was referenced Sep 3, 2023
@yxieca @StormLiangMS Can you confirm if this kernel patch is in 202305 branch? I only see the config changes in sonic-buildimage 202305 branch but not the Linux kernel patch, that won't be sufficient. thanks! |
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.
What I did:
Patch taken from Linux 5.12 to allow user to set metric on default route learned via Router Adv message for IPv6
This PR is to backport the following commits to kernel v5.10:
torvalds/linux@6b2e04b
ADO: 24888962
Why I did:
Fixes: sonic-net/sonic-buildimage#16209