Multi-ASIC support show ip/v6 route additional parameters (summary, tables,...etc) #1333
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to port the same changes I made in the master branch PR (#1320) to 201911 branch.
The only difference is in setup.py where I need to modify so the package will include the right set of files. This was not required in the master branch but is needed in 201911 branch.
- What I did
Added Multi-ASIC support of handling "show ip/v6 route summary"
This was not supported for multi-ASIC platform previously.
When running this cmd under multi-ASIC platform the following output are expected:
- How to verify it
Perform "show ip/v6 route summary" on multi-asic platform to see that this option is now supported.
Before the change:
After the added support: