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

Fixed DHCP problem that broke when fast retry was added. #681

Merged
merged 2 commits into from
Jan 19, 2022

Conversation

mjwaxios
Copy link
Contributor

@mjwaxios mjwaxios commented Dec 27, 2021

DHCP daemon could not get a lease when a retry was needed. fastRetry caused backoffRetry to exit and not retry. This change holds off the break from the retry loop until after it is back in normal delay. This lets a retry happen and leases can be acquired.

Copy link
Member

@mars1024 mars1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm , good catch!

Signed-off-by: Michael Wyrick <[email protected]>
@dcbw
Copy link
Member

dcbw commented Jan 19, 2022

/lgtm

@dcbw dcbw merged commit 135eb1d into containernetworking:master Jan 19, 2022
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.

3 participants