Skip to content

Commit 85380ec

Browse files
authored
[docker-frr] Load frr.conf automatically with split mode (sonic-net#39)
Signed-off-by: Zhenggen Xu <[email protected]>
1 parent cb28c34 commit 85380ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-fpm-frr/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ if [[ ! -z $(sonic-cfggen -d -v 'WARM_RESTART') ]] && [[ $(sonic-cfggen -d -v 'W
3838
supervisorctl start bgp_eoiu_marker
3939
fi
4040

41-
# Start Quagga processes
41+
# Start Quagga/FRR processes
4242
supervisorctl start zebra
4343
supervisorctl start staticd
4444
supervisorctl start bgpd
4545

46-
if [ "$CONFIG_TYPE" == "unified" ]; then
46+
if [ "$CONFIG_TYPE" == "unified" ] || [ "$CONFIG_TYPE" == "split" ]; then
4747
supervisorctl start vtysh_b
4848
fi
4949

0 commit comments

Comments
 (0)