Skip to content
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
merged 1 commit into from
Aug 24, 2023

Conversation

abdosi
Copy link
Contributor

@abdosi abdosi commented Aug 23, 2023

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

allow user to set metric on default route learned via Router Adv
message for IPv6

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
@abdosi abdosi requested a review from a team as a code owner August 23, 2023 01:05
@abdosi
Copy link
Contributor Author

abdosi commented Aug 23, 2023

@saiarcot895 created PR for master

@saiarcot895 saiarcot895 merged commit a2aa335 into sonic-net:master Aug 24, 2023
@paulmenzel
Copy link
Contributor

paulmenzel commented Aug 24, 2023

What does the line below mean?

ADO: 24888962

It is MSFT internal work item tracking number

@abdosi
Copy link
Contributor Author

abdosi commented Aug 28, 2023

@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>
@zhenggen-xu
Copy link
Contributor

@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ipv6 e-BGP default route not getting programmed if ipv6 management config is not done on eth0
6 participants