-
Notifications
You must be signed in to change notification settings - Fork 664
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
[config] Add portchannel support for static route #1857
[config] Add portchannel support for static route #1857
Conversation
Signed-off-by: d-dashkov <[email protected]>
Signed-off-by: d-dashkov <[email protected]>
Signed-off-by: d-dashkov <[email protected]>
Signed-off-by: d-dashkov <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: d-dashkov <[email protected]>
I tried to cherry pick these changes, the command did passed without error, but looking for the routes in “show ip route” we are still not getting the result we expects:
Results from 201911 for compression:
|
@DavidZagury, I have already prepared a fix for bgpcfd: sonic-net/sonic-buildimage#8911 Currently these changes throw an error if you try to add a portchannel as a nexthop:
#8911 should prevent this and both PRs should allow the user to add portchannels as the nexthop |
@shi-su pls review this PR |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: d-dashkov <[email protected]>
I believe that there was some problem in Azure pipeline with collecting logs, but I don`t have permission to restart it
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@prsunny Could you please review these changes? |
* Added portchannels support for static routes. * Added check if nexthop is a portchannel and verify if this portchannel exists in config db. Signed-off-by: d-dashkov <[email protected]>
* Added portchannels support for static routes. * Added check if nexthop is a portchannel and verify if this portchannel exists in config db. Signed-off-by: d-dashkov <[email protected]>
[buffer orch] Bugfix: Don't query counter SAI_BUFFER_POOL_STAT_XOFF_ROOM_WATERMARK_BYTES on a pool where it is not supported (sonic-net#1857) (#2106) Signed-off-by: Volodymyr Samotiy <[email protected]>
What I did
Added portchannels support for static routes.
fix sonic-net/sonic-buildimage#8907
How I did it
Added check if nexthop is a portchannel and added check if this portchannel exists in config db.
How to verify it
Also