-
Notifications
You must be signed in to change notification settings - Fork 86
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
read portchannel name from LAG_NAME_MAP_TABLE in COUNTERS_DB #51
Conversation
Awaiting on the merge of this PR - sonic-net/sonic-buildimage#3770 |
THis change cause build failure on master branch, please double check. @prsunny @stcheng @anilkpandey I got below error when using latest py-swsssdk submodule , when I move back one commit, then It passed. tests/test_nexthop.py:44: AssertionError |
The following PR needs to be merged as well |
TODO: This PR needs to be cherry-picked into the 201911 branch after sonic-net/sonic-swss#1124 is merged and cherry-picked. |
This PR was subsequently reverted. However, sonic-net/sonic-swss#1124 has been merged to master. Thus, this PR should be able to be un-reverted from master and also cherry-picked into 201911. |
A new COUNTERS_LAG_NAME_MAP table has been added in COUNTERS_DB to keep the portchannel OID to name mapping. This change is to read the portchannel name from this table to display in 'show mac' command when a mac is learnt on a portchannel.