-
Notifications
You must be signed in to change notification settings - Fork 655
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
[sfputil]: Refactor and add support for presence, low-power mode and reset #90
Merged
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
jleveque
changed the title
Refactor sfputil; Add support for presence, low-power mode and reset
[sfputil]: Refactor and add support for presence, low-power mode and reset
Jul 25, 2017
@stcheng, please review too. |
lguohan
approved these changes
Aug 9, 2017
stcheng
approved these changes
Aug 10, 2017
zhenggen-xu
pushed a commit
to zhenggen-xu/sonic-utilities
that referenced
this pull request
Jun 6, 2018
* msft_github/master: Remove pager from 'show,' 'config' and 'sonic_installer' commands (sonic-net#97) Make FR working again for 0.9.4 (sonic-net#94) [sfputil]: Refactor and add support for presence, low-power mode and reset (sonic-net#90) Add support to reload mgmt conf file and minigraph (sonic-net#93)
vdahiya12
pushed a commit
to vdahiya12/sonic-utilities
that referenced
this pull request
Jul 23, 2021
Fix the xcvrd throwing error on sfprecover function
stepanblyschak
referenced
this pull request
in stepanblyschak/sonic-utilities
Apr 28, 2022
e466ac226c48cf87f83aa5564efd7155ac97a0c1 (HEAD -> master, origin/master, origin/HEAD) Reject incorrect CIDR addresses while configuring routes (#91) 07cf59d866914ef7cb6901d51f289f0bee721e44 [CI] Set up Azure pipeline (#89) 47476acdfaf668ab0cd9ae2443205a3bdc2e9ef9 Upgrade Go version to 1.14 (#90) ee887c785c10d8b4f70db90ca50cc398327c5d73 Added flag to make go/pkg/ folder writable (removable) (#87) 6cfc8fe110c46a1ee5a8430e02a440b5a7b4006d (origin/shilongliu/azp) Default Vrf static route support (#85) d3e8b8e4aee278fa11d7d86acabdab3fffc70d5a Add BFD config to subinterface and neighbor (#68) 8d4fd4a56b637d3b7403c321aef36b8dff58cd62 Fix WS-2018-0594 potential non-random UUIDs security issue (#78) fad87fa20f6b15e28c90e02a131c44d236d6a751 Update API description for default vrf and ecmp routes (#82) Signed-off-by: Abhishek Dosi <abdosi@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.
New command syntax:
sfputil show <eeprom | presence | lpmode>
sfputil reset <port>
sfputil lpmode <on | off> <port>
Resolves support reset transceiver in sfputil #69, add option to print out presence of transceiver in sfputil #70