[vxlanmgrd]: Add vxlanmgrd start command (#2705)

* Add bridge-utils to orchagent image

- Add vxlanmgrd to supervisorctl in docker -orchagent

Signed-off-by: Ze Gan zegan@microsoft.com

* Update submodule pointer for swss to include Vxlanmgrd changes
This commit is contained in:
Ze Gan 2019-04-24 11:38:08 +08:00 committed by Prince Sunny
parent 3a6d7be27e
commit 2e86caaedb
5 changed files with 20 additions and 1 deletions

View File

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

View File

@ -127,3 +127,10 @@ autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
[program:vxlanmgrd]
command=/usr/bin/vxlanmgrd
priority=16
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

View File

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

View File

@ -164,3 +164,11 @@ autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
[program:vxlanmgrd]
command=/usr/bin/vxlanmgrd
priority=21
autostart=false
autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog

@ -1 +1 @@
Subproject commit e329dbdf66d9bc4ca504e73ba589db8bc34cf997
Subproject commit d612d5e50972e7f7574aaa5f24b5994e1194daaa