dhcpcd-8.0.3 released

Published: Wednesday, August 21, 2019

With the following changes:
DragonFlyBSD-500704 kernel has the functionality dhcpcd needs to compile without any warnings. There are still improvements to be made to the whole network stack, but none of them are dhcpcd specific.
dhcpcd-ui now correctly reports SSD association and all the addresses obtained (regression from dhcpcd-7)
dhcpcd now supports QMI interfaces in RawIP mode- this is basically PtP interface without any L2 frame header. Because PtP interfaces normally configure their address via a 3rd party tool (dhcpcd waits for this address to appear), DHCP is not enabled by default. You can now enable it like so
interface wwan0
	dhcp
Or just add --dhcp on the command line.