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
vrrp: fix track process reinitialize fork delay timer
Github user Bbulatov identified that terminate_delay was being used
when fork_delay should have been used. While investigating, it was
also found, albeit in a debug message that fork_delay was used
where terminate_delay should have been used. Further, the process
state was being updated immediately even if the fork_delay was
being invoked.
Signed-off-by: Quentin Armitage <[email protected]>
0 commit comments