-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[sonic-cfggen]: Improve T2 chassis frontend parsing #3155
Merged
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
@prsunny Can you review this PR? |
retest this please |
retest mellanox please |
retest vs please |
prsunny
approved these changes
Jul 16, 2019
Thanks for addressing Wei |
mssonicbld
added a commit
that referenced
this pull request
Mar 1, 2024
…atically (#18222) #### Why I did it src/sonic-utilities ``` * bf355960 - (HEAD -> master, origin/master, origin/HEAD) Add vlan validation in config interface ip add command (#3155) (24 hours ago) [Mati Alfaro] * ba98c7f8 - CLI enhancements to revtrieve data from TRANSCEIVER_FIRMWARE_INFO table (#3177) (34 hours ago) [mihirpat1] * aefb61bd - Modify transceiver PM CLI to handle N/A value for DOM threshold (#3174) (34 hours ago) [mihirpat1] ``` #### How I did it #### How to verify it #### Description for the changelog
sonic-otn
pushed a commit
to Weitang-Zheng/sonic-buildimage
that referenced
this pull request
Mar 11, 2024
…atically (sonic-net#18222) #### Why I did it src/sonic-utilities ``` * bf355960 - (HEAD -> master, origin/master, origin/HEAD) Add vlan validation in config interface ip add command (sonic-net#3155) (24 hours ago) [Mati Alfaro] * ba98c7f8 - CLI enhancements to revtrieve data from TRANSCEIVER_FIRMWARE_INFO table (sonic-net#3177) (34 hours ago) [mihirpat1] * aefb61bd - Modify transceiver PM CLI to handle N/A value for DOM threshold (sonic-net#3174) (34 hours ago) [mihirpat1] ``` #### How I did it #### How to verify it #### Description for the changelog
saksarav-nokia
pushed a commit
to saksarav-nokia/sonic-buildimage
that referenced
this pull request
Mar 12, 2024
…atically (sonic-net#18222) #### Why I did it src/sonic-utilities ``` * bf355960 - (HEAD -> master, origin/master, origin/HEAD) Add vlan validation in config interface ip add command (sonic-net#3155) (24 hours ago) [Mati Alfaro] * ba98c7f8 - CLI enhancements to revtrieve data from TRANSCEIVER_FIRMWARE_INFO table (sonic-net#3177) (34 hours ago) [mihirpat1] * aefb61bd - Modify transceiver PM CLI to handle N/A value for DOM threshold (sonic-net#3174) (34 hours ago) [mihirpat1] ``` #### How I did it #### How to verify it #### Description for the changelog
lguohan
pushed a commit
that referenced
this pull request
Mar 30, 2024
mssonicbld
added a commit
that referenced
this pull request
May 14, 2024
…atically (#18962) #### Why I did it src/sonic-utilities ``` * 265c9b36 - (HEAD -> 202311, origin/202311) [Mellanox] Support new platform SN5400 in generic configuration update (#3272) (7 hours ago) [DavidZagury] * 515e78e3 - [fast/warm-reboot] Retain TRANSCEIVER_INFO tables on fast/warm-reboot (#3240) (7 hours ago) [Stepan Blyshchak] * 4eb04c33 - Add vlan validation in config interface ip add command (#3155) (7 hours ago) [Mati Alfaro] ``` #### How I did it #### How to verify it #### Description for the changelog
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
Update parse_spine_chassis_fe in minigraph.py
- How to verify it
SONiC VM
Signed-off-by: Wei Bai baiwei0427@gmail.com