Enable sflowmgrd in docker-sonic-vs (#3595)

This commit is contained in:
Sudharsan D.G 2019-10-29 20:05:55 -05:00 committed by Prince Sunny
parent 0f88137b6d
commit 1942e3363b
2 changed files with 10 additions and 0 deletions

View File

@ -67,6 +67,8 @@ supervisorctl start nbrmgrd
supervisorctl start vxlanmgrd supervisorctl start vxlanmgrd
supervisorctl start sflowmgrd
# Start arp_update when VLAN exists # Start arp_update when VLAN exists
VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'` VLAN=`sonic-cfggen -d -v 'VLAN.keys() | join(" ") if VLAN'`
if [ "$VLAN" != "" ]; then if [ "$VLAN" != "" ]; then

View File

@ -180,3 +180,11 @@ autostart=false
autorestart=false autorestart=false
stdout_logfile=syslog stdout_logfile=syslog
stderr_logfile=syslog stderr_logfile=syslog
[program:sflowmgrd]
command=/usr/bin/sflowmgrd
priority=22
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog