CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/12/07 15:45:39
Modified files: sbin/dhclient : dhclient.c Log message: Do not move from S_PREBOOT to S_REBOOT just because link_timeout has expired. In S_REBOOT state_reboot() assumes link is present and starts sending REQUEST/DISCOVER packets and doing the backoff dance after retry_interval expires. Stay in S_PREBOOT until link appears. Pointed out by and initial diff from Nathanael Rensen.