CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/12/09 19:34:03
Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Reusing the same field for different things in different contexts may be clever, but it is definitely confusing. Use a flag IFI_VALID_LLADDR to indicate that the ifi->hw_address field is valid, rather than assuming ifi->linkstat does that. Add startup_time to record client startup rather than using first_sending and hoping nobody else needs it until link is complete.