OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Tue Oct 12 2004 - 11:39:35 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2004/10/12 10:39:35

Modified files:
        usr.sbin/dhcrelay: dhcrelay.c

Log message:
Use a udp socket to communicate with the dhcp servers. The bpf interface
can't be used to forward the packets. Bpf would relay the packets to wrong
interface. Reports and tests by Hans Kremers and Colin Harford
OK henning