DHCPv6 client in base

Roy Marples roy at marples.name
Mon Oct 7 19:05:23 UTC 2019


On 07/10/2019 19:45, Julian Elischer wrote:
> I'm not HRS, but as it uses netlink, how does NetBSD use it?  (i.e. how 
> do we simulate that?)

dhcpcd has a driver per OS:
BSD == route(4)
Linux == netlink(3)
Solaris == route(4) along with an unholy mashup of streamio(7)

I try and keep OS specific defines out of the main code.

dhcpcd is also in the FreeBSD ports tree and is currently up to date.

Roy


More information about the freebsd-net mailing list