summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay6/dhcrelay6.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY.krw2019-08-061-2/+2
| | | | | | | Brings various dhcp related daemons into line with the common idiom. ok florian@
* various tweaks; ok rzalamenajmc2017-03-171-3/+4
|
* Import the DHCPv6 relay implementation.rzalamena2017-03-171-0/+1027
This code was based on the dhcrelay(8) daemon and shares a lot of the structures and functions. This daemon implements the following RFCs: * RFC 3315 Section 20: Relay Agent Behavior * RFC 4649: Relay Agent Remote-ID option * RFC 6221: Lightweight DHCPv6 Relay Agent