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

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

--- Comment #17 from roy@marples.name ---
So I've narrowed it down to this:

start_precmd="dhcpcd_prestart"
dhcpcd_prestart() {
        # Hack to get rid of the error Can't assign requested address when
        # dhcpcd tries to open ANYADDR:DHCPPORT
        # XXX Even for INET6 only this seems to be needed?
        /sbin/ifconfig lo0 inet alias 127.0.0.1/8 up
}

Does that fix it for you?

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