summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay/dhcp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for layer 2 relaying and add further Relay Agentrzalamena2016-12-121-1/+5
| | | | | | | Information (RFC 3046) options. While at there change the naming of the remote destination parameters: instead of "server" call it "destination". ok reyk@
* Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relayreyk2009-09-031-4/+12
| | | | | | | | | | Agent Information Option) and RFC 3456 (DHCP Configuration of IPsec Tunnel Mode). This allows to configure various IPsec clients dynamically via DHCP; dhcrelay needs to listen on enc0 and forward requests to a DHCP server that supports RFC 3046, like I recently did for dhcpd(8). ok krw@
* spaces and comment to sync to dhclient dhcp.h; no binary changestevesk2007-03-021-3/+3
|
* sync dhcp.h to krw's correction to not count 14 bytes of ethernetstevesk2007-02-071-3/+2
| | | | | | overhead. ok krw@
* remove unused #define DHCP_MIN_LENstevesk2007-01-111-2/+1
|
* initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclienthenning2004-04-121-0/+168