You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the icmp probe sending is stopped after the first handleDefaultRouteStateNotification with default route na, but the second default route event ok doesn't start the probe sending as expected. After the config mux active, heartbeats replies are received so it could be guaranteed that the icmp probe sending flag is enabled(as handleMuxConfigNotification calls shutdownOrRestartLinkProberOnDefaultRoute to restart/stop the icmp probes).
The text was updated successfully, but these errors were encountered:
issue description
It is observed that with the default route present,
linkmgrd
doesn't send icmp probes.active
:analysis
linkmgrd
does three toggles after initialization, the second toggle toactive
is unnecessary, and it is fixed by PR: [active-active] Add mux server state correction mechanism #191handleDefaultRouteStateNotification
with default routena
, but the second default route eventok
doesn't start the probe sending as expected. After the config muxactive
, heartbeats replies are received so it could be guaranteed that the icmp probe sending flag is enabled(ashandleMuxConfigNotification
callsshutdownOrRestartLinkProberOnDefaultRoute
to restart/stop the icmp probes).The text was updated successfully, but these errors were encountered: