-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Assign the higher metric value for Ipv6 default route learnt via RA message #16367
Conversation
peer device's Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
higher value so that BGP learnt default route is higher priority. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
@yxieca / @StormLiangMS this PR depends on sonic-net/sonic-linux-kernel#326 to be cherry-picked and submodule update in corresponding release branch. |
@dgsudharsan for viz |
@yxieca this can be cherry-picked now. Submodule is updated for 202205 |
…essage (sonic-net#16367) * Fix the Loopback0 IPv6 address of LC's in chassis not reachable from peer device's * Assign the metric vaule for Ipv6 default route learnt via RA message to higher value so that BGP learnt default route is higher priority. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Cherry-pick PR to 202305: #16429 |
…essage (sonic-net#16367) * Fix the Loopback0 IPv6 address of LC's in chassis not reachable from peer device's * Assign the metric vaule for Ipv6 default route learnt via RA message to higher value so that BGP learnt default route is higher priority. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Cherry-pick PR to 202205: #16440 |
…essage (#16367) (#16440) * Fix the Loopback0 IPv6 address of LC's in chassis not reachable from peer device's * Assign the metric vaule for Ipv6 default route learnt via RA message to higher value so that BGP learnt default route is higher priority. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com> Co-authored-by: abdosi <58047199+abdosi@users.noreply.github.com>
…essage (sonic-net#16367) * Fix the Loopback0 IPv6 address of LC's in chassis not reachable from peer device's * Assign the metric vaule for Ipv6 default route learnt via RA message to higher value so that BGP learnt default route is higher priority. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
What I did:
Assign the metric value for Ipv6 default route learnt via RA message to
higher value so that BGP learnt default route is higher priority.
This change depend on this Kernel Patch: sonic-net/sonic-linux-kernel#326
ADO: 24888962
Why I did:
Fixes : #16209
How I verify:
Manual Verification to make sure after setting metric e-BGP learnt default is always higher priority over RA default route.