[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:
parent
3a6d7be27e
commit
2e86caaedb
@ -41,6 +41,8 @@ supervisorctl start enable_counters
|
|||||||
|
|
||||||
supervisorctl start nbrmgrd
|
supervisorctl start nbrmgrd
|
||||||
|
|
||||||
|
supervisorctl start vxlanmgrd
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -127,3 +127,10 @@ autorestart=false
|
|||||||
stdout_logfile=syslog
|
stdout_logfile=syslog
|
||||||
stderr_logfile=syslog
|
stderr_logfile=syslog
|
||||||
|
|
||||||
|
[program:vxlanmgrd]
|
||||||
|
command=/usr/bin/vxlanmgrd
|
||||||
|
priority=16
|
||||||
|
autostart=false
|
||||||
|
autorestart=false
|
||||||
|
stdout_logfile=syslog
|
||||||
|
stderr_logfile=syslog
|
||||||
|
@ -63,6 +63,8 @@ supervisorctl start buffermgrd
|
|||||||
|
|
||||||
supervisorctl start nbrmgrd
|
supervisorctl start nbrmgrd
|
||||||
|
|
||||||
|
supervisorctl start vxlanmgrd
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -164,3 +164,11 @@ autostart=false
|
|||||||
autorestart=false
|
autorestart=false
|
||||||
stdout_logfile=syslog
|
stdout_logfile=syslog
|
||||||
stderr_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
|
Reference in New Issue
Block a user