CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/10/06 10:12:43
Modified files: usr.sbin/dhcpd : dhcp.c dhcpd.h Log message: Add support for RFC 6842. RFC 2131 said the server MUST NOT echo the client-identifier value. RFC 6842 says the server MUST echo it. Echoing the information disambiguates packets for relays and clients when chaddr is 0. Similar to what dhcpv6 does.