Skip to content

Commit d16dbbb

Browse files
authored
[bgp]: start bgp service after interfaces-config service (sonic-net#3702)
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
1 parent 175a97c commit d16dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/build_templates/bgp.service.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=BGP container
33
Requires=updategraph.service
4-
After=updategraph.service
4+
After=updategraph.service interfaces-config.service
55
Before=ntp-config.service
66

77
[Service]

0 commit comments

Comments
 (0)