forked from acassen/keepalived
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vrrp: Handle a reload before vrrp_delayed_start has expired
If keepalived reloaded its configuration before a specified vrrp_startup_delay had expired, the startup_delay was never being timed out, and so all received adverts would be discarded. The commit caused the startup_delay timer to be reinstated after a reload if the timer has not yet expired. Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
- Loading branch information
1 parent
efd4ec0
commit 58483b2
Showing
1 changed file
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters