Skip to content

Commit

Permalink
[bgp]: start bgp service after interfaces-config service (#3702)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lguohan authored Nov 5, 2019
1 parent 175a97c commit d16dbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/build_templates/bgp.service.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=BGP container
Requires=updategraph.service
After=updategraph.service
After=updategraph.service interfaces-config.service
Before=ntp-config.service

[Service]
Expand Down

0 comments on commit d16dbbb

Please sign in to comment.