Skip to content

Commit

Permalink
[docker-frr] Load frr.conf automatically with split mode (sonic-net#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
  • Loading branch information
zhenggen-xu committed Feb 10, 2020
1 parent cb28c34 commit 85380ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockers/docker-fpm-frr/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ if [[ ! -z $(sonic-cfggen -d -v 'WARM_RESTART') ]] && [[ $(sonic-cfggen -d -v 'W
supervisorctl start bgp_eoiu_marker
fi

# Start Quagga processes
# Start Quagga/FRR processes
supervisorctl start zebra
supervisorctl start staticd
supervisorctl start bgpd

if [ "$CONFIG_TYPE" == "unified" ]; then
if [ "$CONFIG_TYPE" == "unified" ] || [ "$CONFIG_TYPE" == "split" ]; then
supervisorctl start vtysh_b
fi

Expand Down

0 comments on commit 85380ec

Please sign in to comment.