Sleep done before mismatch handler#4165
Merged
prsunny merged 2 commits intosonic-net:masterfrom Feb 20, 2020
Merged
Conversation
Contributor
Author
|
retest vsimage please |
Collaborator
|
Is this change supossed to help with #4159? |
yxieca
approved these changes
Feb 20, 2020
abdosi
pushed a commit
that referenced
this pull request
Feb 24, 2020
* Sleep done before mismatch handler
yxieca
pushed a commit
that referenced
this pull request
Feb 25, 2020
* Sleep done before mismatch handler
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
Feb 26, 2020
* Sleep done before mismatch handler
pphuchar
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Mar 9, 2020
* Sleep done before mismatch handler
tiantianlv
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Apr 24, 2020
* Sleep done before mismatch handler
mssonicbld
added a commit
that referenced
this pull request
Jan 10, 2026
…atically (#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog
jasonbridges
pushed a commit
to jasonbridges/sonic-buildimage
that referenced
this pull request
Jan 22, 2026
…atically (sonic-net#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (sonic-net#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (sonic-net#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (sonic-net#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (sonic-net#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog
FengPan-Frank
pushed a commit
to FengPan-Frank/sonic-buildimage
that referenced
this pull request
Mar 6, 2026
…atically (sonic-net#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (sonic-net#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (sonic-net#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (sonic-net#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (sonic-net#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <[email protected]>
dprital
pushed a commit
that referenced
this pull request
Mar 19, 2026
…atically (#24980) #### Why I did it src/sonic-utilities ``` * b5786e9 - (HEAD -> master, origin/master, origin/HEAD) arm64 kdump support - add support in kdump config (#4003) (20 hours ago) [eladnachman] * 496c05a - [hft]: HFT cli init (#4165) (2 days ago) [Ze Gan] * 4725bdc - Fix `show ip route json` and `show ipv6 route json` when there is no IPv4 or IPv6 route (#4177) (4 days ago) [Changrong Wu] * 081c44e - [Mellanox] Add restricted sysfs list for fw control modules (#4175) (5 days ago) [Noa Or] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: dprital <[email protected]>
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.
- What I did
A simple measure to run mismatch handler after a timeout during bootup and not immediately.
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)