We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e696f3 commit 7249d2dCopy full SHA for 7249d2d
platform/vs/docker-sonic-vs/start.sh
@@ -52,6 +52,8 @@ supervisorctl start zebra
52
53
supervisorctl start buffermgrd
54
55
+supervisorctl start vrfmgrd
56
+
57
# Start arp_update when VLAN exists
58
VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'`
59
if [ "$VLAN" != "" ]; then
platform/vs/docker-sonic-vs/supervisord.conf
@@ -138,3 +138,11 @@ autostart=false
138
autorestart=false
139
stdout_logfile=syslog
140
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