Enable sflowmgrd in docker-sonic-vs (#3595)
This commit is contained in:
parent
0f88137b6d
commit
1942e3363b
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user