[bgp]: start bgp service after interfaces-config service (#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
This commit is contained in:
parent
175a97cc7d
commit
d16dbbb1d3
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=BGP container
|
Description=BGP container
|
||||||
Requires=updategraph.service
|
Requires=updategraph.service
|
||||||
After=updategraph.service
|
After=updategraph.service interfaces-config.service
|
||||||
Before=ntp-config.service
|
Before=ntp-config.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Reference in New Issue
Block a user