[Bug 253166] net/dhcpcd: no interfaces have a carrier (during boot)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 19 Oct 2021 16:53:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253166

--- Comment #20 from roy@marples.name ---
What changed is from earlier dhcpcd versions is that we open the unspecified
address for the DHCP sockets much earlier in the process.
Infact, since privilege seperation was introduced it's now one of the first
steps to open these sockets, fork and drop privs.

Anyway, for a proper fix I've submitted this review with a kernel patch which
also fixes this problem:
https://reviews.freebsd.org/D32563

-- 
You are receiving this mail because:
You are the assignee for the bug.