CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/02/14 15:06:14
Modified files: usr.sbin/dhcpd : dhcp.c Log message: Obey RFC 2131 and when the broadcast flag is set send reply back via udp broadcast and link-local broadcast. Not udp broadcast to link address of client. Fixes at least some switches who use the broadcast flag. Bug submitted by Andy via bugs@, and fix tested by same. Thanks! ok beck@