summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay/bpf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relayreyk2009-09-031-4/+53
* Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1claudio2008-09-151-11/+11
* warn() -> warning() to not overload with libc function; this hasstevesk2006-12-181-2/+2
* set write filter and lock the bpf descriptor after configuration.canacar2004-04-201-2/+50
* get rid of the -p switch, use fixed values for server and client ports,canacar2004-04-201-13/+3
* more shrinking; ok henningderaadt2004-04-201-2/+2
* initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclienthenning2004-04-121-0/+321