CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/12/09 18:05:13
Modified files: sbin/dhclient : dhclient.c Log message: The consensus is that RTM_IFINFO messages do not always carry the latest information. So back off to using interface_status() to directly query the interface when link status is in question. Partly from Nathanael Rensen's original diff. Also, while waiting for initial link, keep checking every second rather than backing off to checking every (default) 60 seconds after (default) 10 seconds.