Skip to content

Commit

Permalink
Don't run bgpcfgd twice (sonic-net#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov authored and zhenggen-xu committed Jan 9, 2020
1 parent 4dd0b1c commit 1203230
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dockers/docker-fpm-frr/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ supervisorctl start rsyslogd

# start eoiu pulling, only if configured so
if [[ $(sonic-cfggen -d -v 'WARM_RESTART.bgp.bgp_eoiu') == 'true' ]]; then
supervisorctl start bgp_eoiu_marker
supervisorctl start bgp_eoiu_marker
fi

supervisorctl start bgpcfgd

# Start Quagga processes
supervisorctl start zebra
supervisorctl start staticd
Expand Down

0 comments on commit 1203230

Please sign in to comment.