CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/06/24 10:01:18
Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Nuke interface_link_status() (check media status only) and use interface_status() (check IFF_UP|IFF_RUNNING and media status). The interface is forced up when dhclient starts so the flags should be correct. Thanks to guenther@ for pointing out the original raison d'etre of the difference between the two.