CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/07/26 12:42:58
Modified files: sbin/dhclient : dispatch.c Log message: Make interface_status() assume that a link is up when IFM_AVALID is not set. This is what the late interface_link_status() did. Allows drivers who cannot tell what the link state is to get dhcp leases. Prodding by henning@. ok deraadt@ miod@