Enable graceful restart feature for ToR router#466
Merged
pavel-shirshov merged 1 commit intosonic-net:masterfrom Mar 31, 2017
pavel-shirshov:pavelsh/fast-reboot
Merged
Enable graceful restart feature for ToR router#466pavel-shirshov merged 1 commit intosonic-net:masterfrom pavel-shirshov:pavelsh/fast-reboot
pavel-shirshov merged 1 commit intosonic-net:masterfrom
pavel-shirshov:pavelsh/fast-reboot
Conversation
lguohan
approved these changes
Mar 31, 2017
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
mssonicbld
added a commit
that referenced
this pull request
May 2, 2024
…D automatically (#18826) #### Why I did it src/sonic-platform-daemons ``` * 9d0c550 - (HEAD -> master, origin/master, origin/HEAD) [ycabled] [active-standby] add changes for correcting telemetry values for 'active-standby' when the cable is present but vendor name and part number is not recognized (#478) (8 hours ago) [vdahiya12] * 7e18648 - [xcvrd] Fix issue: logical_port_name is not defined (#482) (26 hours ago) [Junchao-Mellanox] * eb91cb7 - Handling exceptions in CMIS SM to prevent xcvrd crash (#483) (26 hours ago) [mihirpat1] * 6655396 - Adding frequency grid validation for ZR optics (#466) (2 days ago) [balram-csco] ``` #### How I did it #### How to verify it #### Description for the changelog
bobby-nexthop
pushed a commit
to bobby-nexthop/sonic-buildimage
that referenced
this pull request
Aug 1, 2025
* Update test_xcvrd.py Added test case for frequency config validation for ZR optics * Update xcvrd.py Added change to call validation routine for laser frequency grid check. * Added 100Ghz grid check * Addresses indentation xcvrd.py * Updated xcvrd.py with proper return enum values * Updated test cases for coverage * Update for code optimisation * Added frequency and grid information is failure cases * renamed the function to validate_frequency_and_grid
This file contains hidden or 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
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.
When we restart a switch with fast-reboot, we want our neighbors keep routing information for our box. It allows us to do a fast-reboot faster.