-
Notifications
You must be signed in to change notification settings - Fork 688
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
[SHOW][BGP] support show ip(v6) bgp summary for multi asic platform #1064
Conversation
Add Unit test for "show ip bgp summary" and "show ipv6 bgp summary" Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
This pull request introduces 3 alerts when merging 05a87fb into 5263b54 - view on LGTM.com new alerts:
|
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.
LGTM
Please wait other reviews.
show/bgp_frr_v4.py
Outdated
import utilities_common.bgp_util as bgp_util | ||
import utilities_common.constants as constants |
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.
These are also imported on lines 2-3. Why import twice?
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
This pull request introduces 3 alerts when merging 2f4f995 into 3e52604 - view on LGTM.com new alerts:
|
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.
LGTM. Please wait for other reviews.
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan arlakshm@microsoft.com
- What I did
This PR has following changes
show ip(v6) bgp summary
for multi asic platforms- How I did it
show ip(v6) bgp summary
for multi asic platforms[-n, --namespace] to allow user to display the information for given namespaces
If this option is not present the information from all the namespaces will be displayed
[-d, --display] to allow user to display information related both internal and external interfaces
If this option is not present only external interfaces/neighbors will be display
- How to verify it
Sample output
UT results
- 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)