-
Notifications
You must be signed in to change notification settings - Fork 531
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
Add support for route flow counter #2094
Add support for route flow counter #2094
Conversation
c92fe8b
to
8e299f3
Compare
8e299f3
to
e71c7fe
Compare
9e39e72
to
17d152c
Compare
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
Conflicts: orchagent/orchdaemon.cpp tests/test_flex_counters.py
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
dvs.servers[1].runcmd("ip route add default via 10.0.0.2") | ||
dvs.servers[0].runcmd("ping -c 1 10.0.0.3") | ||
|
||
dvs.runcmd("vtysh -c \"configure terminal\" -c \"ip route 1.1.1.0/24 10.0.0.1\"") |
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.
Why do we have to change to vtysh? Is the previous approach to write to APP_DB not working?
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.
Yes, it does not work after some merge/rebase...I guess there is some new changes which introduce more strict check.
@prsunny could you please review and sign-off? |
as this was prev approved and the changes are due to recent master changes, I assumes we can move forward. @prsunny any objection to merge it? |
* Add support for route flow counter
* Add support for route flow counter
HLD: sonic-net/SONiC#908
Build dependency: sonic-net/sonic-swss-common#576
What I did
Add support for route flow counter
Why I did it
For feature route flow counter
How I verified it
Details if related