CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/05/16 13:51:10
Modified files: sbin/dhclient : dhclient.c Log message: Always record the client identifier used to obtain a lease. Servers obeying RFC 2131 will never echo the identifier in OFFER/ACK packets. Servers obeying RFC 6842 will always echo the identifier. Confused servers may or may not do the echoing. This permits more reliable association of recorded leases with the MAC address in use at the time the lease was obtained. Requested by & ok tb@