-
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
Updated 201709 branch using current working commit from master. #176
Open
nazarii-gnydyn
wants to merge
21
commits into
sonic-net:201709
Choose a base branch
from
nazarii-gnydyn:201709
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.
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
vdahiya12
added a commit
to vdahiya12/sonic-utilities
that referenced
this pull request
Jul 23, 2021
… identifier from Config DB (sonic-net#176) * [xcvrd] Change the y_cable presence logic to use "mux_cable" table as identfier from Config DB This PR changes the logic to use "mux_cable" table as identifier, and only those ports which have this table inside config DB and key pair of "state:auto/active" will be processed as having a Y-Cable port. The earlier logic was using the PORT table tag with a mux_cable:true key-value pair. Description change the logic to initiate Y-Cable logic Motivation and Context Required for changing the logic, so that this can be integrated with images which don't support "mux_cable" tag inside config DB Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
mihirpat1
pushed a commit
to mihirpat1/sonic-utilities
that referenced
this pull request
Sep 15, 2023
sonic-net#176) This PR adds functions definition with details for enabling/disabling Y cable auto-switch feature Description Added functions for enabling/disabling auto-switch on Y cable def set_switching_mode(physical_port, mode) def get_switching_mode(physical_port) Motivation and Context We need to have this feature within host cli so that a user can enable/disable the autoswitch on Y cable How Has This Been Tested? opened a python shell and executed API's for correctness Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
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
Updated sonic-utilities [201709] with commit <77c9f81> from sonic-utilities [master].