No need to cap the exponential backoff here, iface_timeout() already
authorflorian <florian@openbsd.org>
Sun, 7 Mar 2021 16:22:01 +0000 (16:22 +0000)
committerflorian <florian@openbsd.org>
Sun, 7 Mar 2021 16:22:01 +0000 (16:22 +0000)
commitaf5ab75175c53fabeea4c9abf98881d59ed420d0
tree76c3df75f5b4ef256133d5e11ba95b2f472f5866
parent9437697d5aa695afa15e3e0b21e63457b77eece6
No need to cap the exponential backoff here, iface_timeout() already
handles this for us by doing a state transition if we have been stuck
in "rebooting" or "requesting" for too long.
Makes the code a bit simpler and we only have one place were we need
to special case the timeout cap.
sbin/dhcpleased/engine.c