Skip to content

Commit 322363b

Browse files
authored
[master][sonic-linkmgrd] submodule updates (sonic-net#10763)
[master][sonic-linkmgrd] submodule updates df51322 Longxiang Lyu Fri May 6 10:01:46 2022 +0800 Add `ActiveActiveStateMachine` implementation (zhenggen-xu#64) e721ceb Jing Zhang Wed May 4 10:07:14 2022 -0700 Add doc for default route related changes (zhenggen-xu#63) 7bb06fb Jing Zhang Tue May 3 09:48:28 2022 -0700 Add Cli support to enable or disable default route related feature (zhenggen-xu#68) e4b02cb Jing Zhang Mon May 2 13:27:54 2022 -0700 Reset WaitActiveUp count before switching to active (zhenggen-xu#70) 212d960 Jing Zhang Wed Apr 27 10:35:05 2022 -0700 lower log level to warning (zhenggen-xu#69) 48abc9e Jing Zhang Thu Apr 14 16:50:04 2022 -0700 Add support to enable switchover time measurement (with link prober interval decreased to 10ms) feature (zhenggen-xu#61) c4858a6 Jing Zhang Thu Apr 14 11:27:55 2022 -0700 Avoid proactively switching to `active` if default route is missing (zhenggen-xu#62) sign-off: Jing Zhang [email protected]
1 parent 25357d3 commit 322363b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dockers/docker-mux/supervisord.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stderr_logfile=syslog
2828
dependent_startup=true
2929

3030
[program:linkmgrd]
31-
command=nice -n -20 /usr/sbin/linkmgrd -v warning
31+
command=nice -n -20 /usr/sbin/linkmgrd -v warning -d
3232
priority=2
3333
autostart=false
3434
autorestart=false

src/linkmgrd

0 commit comments

Comments
 (0)