CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/10/10 09:53:36
Modified files: usr.sbin/dhcpd : dhcp.c Log message: Stop pretending we use RFC 3046/Option 82/Relay Agent Information. RFC 3042 says servers that do not understand the option will not echo it. Plus, our desultory attempt at echoing was almost certainly broken for OFFERs (use after free of packet data) and not even attempted for NACKs. ok millert@