We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb28c34 commit 85380ecCopy full SHA for 85380ec
dockers/docker-fpm-frr/start.sh
@@ -38,12 +38,12 @@ if [[ ! -z $(sonic-cfggen -d -v 'WARM_RESTART') ]] && [[ $(sonic-cfggen -d -v 'W
38
supervisorctl start bgp_eoiu_marker
39
fi
40
41
-# Start Quagga processes
+# Start Quagga/FRR processes
42
supervisorctl start zebra
43
supervisorctl start staticd
44
supervisorctl start bgpd
45
46
-if [ "$CONFIG_TYPE" == "unified" ]; then
+if [ "$CONFIG_TYPE" == "unified" ] || [ "$CONFIG_TYPE" == "split" ]; then
47
supervisorctl start vtysh_b
48
49
0 commit comments