CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/09/03 05:56:49
Modified files:
usr.sbin/dhcrelay: bpf.c dhcp.h dhcpd.h dhcrelay.8 dhcrelay.c
dispatch.c packet.c
Log message:
Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay
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@