CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2016/12/07 12:51:48
Modified files: usr.sbin/dhcrelay: dhcrelay.c Log message: If the BROADCAST flag is set on a BOOTREPLY, the RFC specifies that we SHOULD forward the packet not only as L3 broadcast, but also as L2 broadcast. Apparently that helps on older machines that can't handle L2 unicast replies. ok jca@