Skip to content

Commit 30b5888

Browse files
committed
Start up mgmtd in docker-sonic-vs
FRR 10.0.1 upgrade (sonic-net#20269) brought in a mgmtd daemon for FRR. This needs to be started up in docker-sonic-vs as part of the other daemons in this container. Signed-off-by: Saikrishna Arcot <[email protected]>
1 parent ed935d1 commit 30b5888

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform/vs/docker-sonic-vs/start.sh

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ supervisorctl start vlanmgrd
160160

161161
supervisorctl start zebra
162162

163+
supervisorctl start mgmtd
164+
163165
supervisorctl start staticd
164166

165167
supervisorctl start buffermgrd

0 commit comments

Comments
 (0)