-
Notifications
You must be signed in to change notification settings - Fork 545
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
[teamsyncd]: Fix LAG add: write MTU configuration #1437
Conversation
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
@nazariig the commit message is missing information. can you please add? |
@dzhangalibaba , @heidinet2007 for viz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Echo Liat.
@nazariig the commit message is missing information. can you please add?
@qiluo-msft what kind of information is missing?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see your PR description. Thanks!
* SAI submodule update - d0f3333 Tunnel Scoped TC MAP and Remarking (sonic-net#1413) (sonic-net#1451) - 62364a3 Add two more API as RPC for warmboot testing (sonic-net#1421) (sonic-net#1437) - 426fad1 Make saithriftv compatible with thrift 0.14.1 (sonic-net#1433) Signed-off-by: bingwang <bingwang@microsoft.com>
Signed-off-by: Nazarii Hnydyn nazariig@nvidia.com
Propagating PR #1423
The current
apply_temp_view
logic doesn't handle MTU configuration during warm-reboot:Before warm-reboot:
After warm-reboot:
Apply state logs:
This ends up in traffic disruption after ISSU end:
What I did
Why I did it
apply_temp_view
logicHow I verified it
Details if related