-
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
Fixed 'show ip route' command: ipv6 -> ipv4. #179
Open
nazarii-gnydyn
wants to merge
22
commits into
sonic-net:201709
Choose a base branch
from
nazarii-gnydyn:201709-ip-route-fix
base: 201709
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fixed 'show ip route' command: ipv6 -> ipv4. #179
nazarii-gnydyn
wants to merge
22
commits into
sonic-net:201709
from
nazarii-gnydyn:201709-ip-route-fix
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update FR to make it working with 1.0.3
This sparse file is HUGE and without ignoring this file, it will take forever to gzip this file and ultimately causing the script to hang.
…licate commands ('bgp,' 'route') from under root group (sonic-net#102)
* CLI support to show MAC/FDB entries learnt in Hardware * Updated to use common library API to get bridge port mapping * Rearranged imports * Addressed review comments, check-logic modified * Show command hookup added
sonic-net#113) - added script to get interface status. - added few subcommands under "show interfaces" command. - enhanced "show process" to get all processes sorted by CPU & memory. - added "show services" command to get all the running process from all the dockers. - added "show vlan" command. - enhanced multiple subcommands under - added debug', and 'undebug' CLI utilities.
* Flush DB first when loading from minigraph and add a config reload command to flush db and reload from json.
* [show]: Remove default groups; add missing docstrings * Copy all bash completion files by glob
…oot image upgrade (sonic-net#122)
Fixed parser logic to handle non mandatory TLV.
…9-master-update Conflicts: config/main.py
it seems that the pull request includes more than needed. |
@stcheng This is because #176 is not merged yet. |
vdahiya12
pushed a commit
to vdahiya12/sonic-utilities
that referenced
this pull request
Jul 23, 2021
Added "hardware revision" field to list of platform fields to sync to STATE_DB for the PSU. Also updated relevant unit tests. Now that hardware revision exists as a platform 2.0 field for all devices, it is appropriate to synchronize this field to STATE_DB for PSUs as is done with all other fields. This will allow this field to be exposed to CLI tools through psushow in the future which reads state from STATE_DB.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
- What I did
Fixed 'show ip route' command: ipv6 -> ipv4.
- 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)