[bgp]: start bgp service after interfaces-config service#3702
Merged
lguohan merged 1 commit intosonic-net:201811from Nov 5, 2019
Merged
[bgp]: start bgp service after interfaces-config service#3702lguohan merged 1 commit intosonic-net:201811from
lguohan merged 1 commit intosonic-net:201811from
Conversation
interfaces-config service configures lo address. If bgp service starts before lo address is configured, then following config in zebra will not be applied. route-map RM_SET_SRC permit 10 set src 10.1.0.32 The adds a few seconds delay in bgp service start
yxieca
approved these changes
Nov 4, 2019
jleveque
approved these changes
Nov 4, 2019
mssonicbld
added a commit
that referenced
this pull request
Jun 14, 2025
…lly (#22907) #### Why I did it src/sonic-swss ``` * 3d0c46dd - (HEAD -> 202505, origin/202505) SRv6: set TTL decap mode to PIPE (#3704) (2 days ago) [mssonicbld] * 4d5f5ea4 - [FC] Fix the cache to handle change in stats for the same object type (#3702) (3 days ago) [mssonicbld] * 11e52bf3 - [tests]: Fix `test_MirrorDestMoveLag` test failure (#3700) (4 days ago) [mssonicbld] * 3feb4c8e - Change Log Level for BFD Offload Capability Implementation (#3697) (5 days ago) [mssonicbld] ``` #### 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.
interfaces-config service configures lo address. If bgp service
starts before lo address is configured, then following config
in zebra will not be applied.
route-map RM_SET_SRC permit 10
set src 10.1.0.32
The adds a few seconds delay in bgp service start
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)