CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/06/18 15:08:15
Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: Move the timeout information into struct interface_info with the rest of the dhcp state. One less struct (dhcp_timeout) to worry about, one less field (ifi) to keep track of.