-
Notifications
You must be signed in to change notification settings - Fork 661
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
[201911][show] Fix 'show int neigh expected' #1189
Conversation
`show int neighbor expected` only show one member interface for portchannel with multiple member interfaces. This is because `device2interface_dict` only stores mapping from one device to one port. Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
Retest this please |
is this the downport of pr #1162 |
no it cannot. |
retest this please |
Retest this please |
retest this please |
2 similar comments
retest this please |
retest this please |
@jleveque , is 201911 unit test broken now? |
Unfortunately, yes, the check build is broken for 201911 becuase it is shared with master, and it has been changed to build and test as a wheel in master, but it is still built as a Debian package in 201911. |
the code has no issue. unit test is not working for 201911 branch. |
c0df635 (HEAD -> 201911, origin/201911) Updates to bgp config and show commands with BGP_INTERNAL_NEIGHBOR table (sonic-net#1224) (sonic-net#1237) d683bb4 [CLI][show][platform] Added ASIC count in the output. (sonic-net#1185) (sonic-net#1227) 4585be1 [show] Fix 'show int neigh expected' (sonic-net#1189) 29e4469 [201911][fwutil]: Use logger from sonic-py-common (sonic-net#1190) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
show int neighbor expected
only show one member interface forportchannel with multiple member interfaces. This is because
device2interface_dict
only stores mapping from one device to oneport.
Signed-off-by: Longxiang Lyu lolv@microsoft.com
- What I did
- How I did it
- How to verify it
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)