Skip to content

Commit 7249d2d

Browse files
[sonic-vs]: Add vrfmgrd to supervisorctl
Signed-off-by: Marian Pritsak <[email protected]>
1 parent 3e696f3 commit 7249d2d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

platform/vs/docker-sonic-vs/start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ supervisorctl start zebra
5252

5353
supervisorctl start buffermgrd
5454

55+
supervisorctl start vrfmgrd
56+
5557
# Start arp_update when VLAN exists
5658
VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'`
5759
if [ "$VLAN" != "" ]; then

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,11 @@ autostart=false
138138
autorestart=false
139139
stdout_logfile=syslog
140140
stderr_logfile=syslog
141+
142+
[program:vrfmgrd]
143+
command=/usr/bin/vrfmgrd
144+
priority=18
145+
autostart=false
146+
autorestart=false
147+
stdout_logfile=syslog
148+
stderr_logfile=syslog

0 commit comments

Comments
 (0)