diff --git a/dockers/docker-teamd/critical_processes b/dockers/docker-teamd/critical_processes index 286d6aef4c7a..bb7d3c4b0810 100644 --- a/dockers/docker-teamd/critical_processes +++ b/dockers/docker-teamd/critical_processes @@ -1,2 +1,3 @@ program:teammgrd program:teamsyncd +program:tlm_teamd \ No newline at end of file diff --git a/dockers/docker-teamd/supervisord.conf b/dockers/docker-teamd/supervisord.conf index 166b0be0f7dc..50d4249b1966 100644 --- a/dockers/docker-teamd/supervisord.conf +++ b/dockers/docker-teamd/supervisord.conf @@ -57,3 +57,14 @@ stdout_logfile=syslog stderr_logfile=syslog dependent_startup=true dependent_startup_wait_for=teammgrd:running + +[program:tlm_teamd] +command=/usr/bin/tlm_teamd +priority=4 +autostart=false +autorestart=false +stdout_logfile=syslog +stderr_logfile=syslog +dependent_startup=true +dependent_startup_wait_for=start:exited + diff --git a/src/sonic-swss b/src/sonic-swss index a3a010af7283..17a2f93a545b 160000 --- a/src/sonic-swss +++ b/src/sonic-swss @@ -1 +1 @@ -Subproject commit a3a010af728345b085d8a6e344b60b16c32815fd +Subproject commit 17a2f93a545b8669e44a62231c340ba518272ed7