[swss.sh] fix an issue that dependent services are not read from a file#54
Closed
stepanblyschak wants to merge 1 commit intomasterfrom
Closed
[swss.sh] fix an issue that dependent services are not read from a file#54stepanblyschak wants to merge 1 commit intomasterfrom
stepanblyschak wants to merge 1 commit intomasterfrom
Conversation
This is due to the SERVICE variable declared after reading a file Signed-off-by: Stepan Blyschak <[email protected]>
volodymyrsamotiy
approved these changes
Oct 11, 2021
stepanblyschak
pushed a commit
that referenced
this pull request
Apr 18, 2022
[202012][sonic-linkmgrd]Submodule update 8507629 Jing Zhang Mon Apr 4 10:25:22 2022 -0700 Lower unsolicited MUX state change notification log level to WARNING #57 17d217d Longxiang Lyu Mon Mar 21 12:15:19 2022 +0800 Enhance clang format (#46) c72fa2a Jing Zhang Fri Apr 1 12:23:29 2022 -0700 Disable the feature that decreases link probe interval for measuring switch overhead #49 (#54) 256b01b Jing Zhang Thu Mar 31 16:20:00 2022 -0700 Update link prober metrics posting logics #50 #53 dfd48d0 Jing Zhang Wed Mar 23 16:27:45 2022 -0700 Decrease link probing interval after switchover to better determine the overhead of a toggle #43 (#48) sign-off: Jing Zhang [email protected]
stepanblyschak
pushed a commit
that referenced
this pull request
Jun 30, 2022
3f43852b8 [sonic_operators.cpp]: Increasing select timeout (#55) a1142e251 [sonic_operators.cpp] Update sonic_db_manager::get_counter (#56) 1069d2dd4 [sonic_operators.cpp]: Fixbug wait with false positive to return success (#54) Signed-off-by: Ze Gan <[email protected]>
stepanblyschak
pushed a commit
that referenced
this pull request
Aug 3, 2022
3f43852b8 [sonic_operators.cpp]: Increasing select timeout (#55) a1142e251 [sonic_operators.cpp] Update sonic_db_manager::get_counter (#56) 1069d2dd4 [sonic_operators.cpp]: Fixbug wait with false positive to return success (#54) Signed-off-by: Ze Gan <[email protected]>
stepanblyschak
pushed a commit
that referenced
this pull request
Mar 26, 2025
…ly (sonic-net#22109) #### Why I did it src/sonic-stp ``` * 92342f9 - (HEAD -> master, origin/master, origin/HEAD) MSTP Feature - librabry API changes (#56) (33 hours ago) [Divya Kumaran Chandralekha] * 44b2b0c - MSTP PRS/PIM state machine APIs (#52) (2 days ago) [Divya Kumaran Chandralekha] * 16e8163 - MSTP PRT/PPM/TCM state machine APIs (#54) (2 days ago) [Divya Kumaran Chandralekha] * 5bf98bb - Mstp feature - debug APIs (#57) (2 days ago) [Divya Kumaran Chandralekha] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Apr 2, 2025
…ly (sonic-net#21216) #### Why I did it src/dhcprelay ``` * af39395 - (HEAD -> 202405, origin/202405) Clear counter when dhcp6relay init (#51) (#54) (32 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
May 20, 2025
… automatically (sonic-net#809) #### Why I did it src/sonic-platform-common ``` * ed81ab0 - (HEAD -> 202412, origin/202412) [code sync] Merge code from sonic-net/sonic-platform-common:202411 to 202412 (#54) (16 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
May 20, 2025
…lly (sonic-net#825) #### Why I did it src/sonic-swss ``` * e5dceff - (HEAD -> 202412, origin/202412) [code sync] Merge code from sonic-net/sonic-swss:202411 to 202412 (#54) (23 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
May 20, 2025
…D automatically (sonic-net#1113) #### Why I did it src/sonic-sairedis ``` * e18530c - (HEAD -> 202412, origin/HEAD, origin/202412) Update SAI version to 1.16.1 (#54) (8 hours ago) [mramezani95] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Oct 1, 2025
…sonic-net#23996) #### Why I did it src/dhcpmon ``` * 6aa29ed - (HEAD -> 202505, origin/202505) [init] Init physical interfaces without portchannel in counter (#54) (20 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
stepanblyschak
pushed a commit
that referenced
this pull request
Jan 20, 2026
…tically (sonic-net#25028) #### Why I did it src/sonic-dash-api ``` * 82ff211 - (HEAD -> master, origin/master, origin/HEAD) [ci] Update docker slave env referrence and update dependency of libboost (#54) (24 hours ago) [yijingyan2] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
This is due to the SERVICE variable declared after reading a file
Signed-off-by: Stepan Blyschak [email protected]
Why I did it
To fix an issue that dhcp_relay does not restart with swss.
How I did it
Fixed in the swss.sh script
How to verify it
sudo systemctl restart swss
verify dhcp_relay restarts as well.
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)