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
If an advert interval of 40.958 seconds was configured, it was being
round up to 40.96 after the check that the advert interval was less than
40.96. The consequence of this was that adverts were being sent at
40.96 second intervals, but worse, the advert interval in the VRRP
packet was set to 0.
This commit now ensures that after the rounding the advert interval is
<= 40.95 seconds.
Signed-off-by: Quentin Armitage <[email protected]>
0 commit comments