From: Josh Grosse Subject: Re: dhcpcd delegation expiration bug To: ports@openbsd.org Date: Fri, 6 Dec 2024 10:05:30 -0500 On Fri, Dec 06, 2024 at 07:40:00AM -0700, Zack Newman wrote: > Do you actually run dhcpcd _before_ network > daemons like unbound(8) in rc(8)? I treat dhcpcd no differently than > base daemons like dhcpleased(8) since I run daemons that require a > working IPv6 and IPv4 address. If you start dhcpcd where daemons like > dhcpleased(8) start, I wager you'll hit the issue. Presumably most don't > run dhcpcd like I do; thus the timeout bug will likely not affect many. I start it through pkg_scripts in rc.conf.local. This might be why I haven't seen the issue.