Skip to content

Commit d2eba43

Browse files
Shuotian Chenglguohan
Shuotian Cheng
authored andcommitted
[docker-vs]: Connect zebra with fpm and add staticd (#2925)
Since we move to FRR, we need to connect FRR with fpmsyncd via FPM. Adding static routes is also required. Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 85077a9 commit d2eba43

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

platform/vs/docker-sonic-vs/supervisord.conf

+9-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ stdout_logfile=syslog
100100
stderr_logfile=syslog
101101

102102
[program:zebra]
103-
command=/usr/lib/frr/zebra -A 127.0.0.1
103+
command=/usr/lib/frr/zebra -A 127.0.0.1 -s 90000000 -M fpm
104104
priority=13
105105
autostart=false
106106
autorestart=false
@@ -115,6 +115,14 @@ autorestart=false
115115
stdout_logfile=syslog
116116
stderr_logfile=syslog
117117

118+
[program:staticd]
119+
command=/usr/lib/frr/staticd -A 127.0.0.1
120+
priority=14
121+
autostart=false
122+
autorestart=false
123+
stdout_logfile=syslog
124+
stderr_logfile=syslog
125+
118126
[program:fpmsyncd]
119127
command=/usr/bin/fpmsyncd
120128
priority=15

0 commit comments

Comments
 (0)