Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vrrp: fix track process reinitialize fork delay timer #2427

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

pqarmitage
Copy link
Collaborator

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.

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]>
@pqarmitage pqarmitage merged commit ea28aea into acassen:master Jun 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant