-
Notifications
You must be signed in to change notification settings - Fork 1.5k
static routes disappear after reboot #3484
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
Labels
Comments
mssonicbld
added a commit
that referenced
this issue
Aug 22, 2024
…atically (#19971) #### Why I did it src/sonic-utilities ``` * 9a3f359 - (HEAD -> master, origin/master, origin/HEAD) Add timeout for rexec's get_password (#3484) (29 hours ago) [Changrong Wu] * 4372ced - Add lock to config reload/load_minigraph (#3475) (2 days ago) [Longxiang Lyu] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this issue
Aug 25, 2024
…atically (#20017) #### Why I did it src/sonic-utilities ``` * 8e385451 - (HEAD -> 202405, origin/202405) Add lock to config reload/load_minigraph (#3475) (27 hours ago) [Longxiang Lyu] * 2e9009e6 - [config] no op if Golden Config is invalid (#3367) (27 hours ago) [jingwenxie] * 1f4315ea - [Bug Fix] Fix disk check test and drops group test (#3424) (27 hours ago) [Changrong Wu] * a2040b5b - Add timeout for rexec's get_password (#3484) (27 hours ago) [Changrong Wu] ``` #### How I did it #### How to verify it #### Description for the changelog
vvolam
pushed a commit
to vvolam/sonic-buildimage
that referenced
this issue
Sep 12, 2024
…atically (sonic-net#19971) #### Why I did it src/sonic-utilities ``` * 9a3f359 - (HEAD -> master, origin/master, origin/HEAD) Add timeout for rexec's get_password (sonic-net#3484) (29 hours ago) [Changrong Wu] * 4372ced - Add lock to config reload/load_minigraph (sonic-net#3475) (2 days ago) [Longxiang Lyu] ``` #### How I did it #### How to verify it #### Description for the changelog
yanjundeng
pushed a commit
to yanjundeng/sonic-buildimage
that referenced
this issue
Apr 23, 2025
…atically (sonic-net#19971) #### Why I did it src/sonic-utilities ``` * 9a3f359 - (HEAD -> master, origin/master, origin/HEAD) Add timeout for rexec's get_password (sonic-net#3484) (29 hours ago) [Changrong Wu] * 4372ced - Add lock to config reload/load_minigraph (sonic-net#3475) (2 days ago) [Longxiang Lyu] ``` #### 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
With split mode, static routes configured in frr.conf, disappear from running config after reboot. Problem should be observable though with any mode.
Issue is caused by frr being handled via supervisord and not by watchfrr. This introduces a timing/race condition whereby staticd manages to start before zebra, tries to push the static routes, fails and there is no retry. No issue exists when frr daemons are controlled by watchfrr.
The text was updated successfully, but these errors were encountered: