On Fri, Jul 16, 2021 at 09:57:21PM -0400, Sonic wrote: > Having some issues after a sysupgrade to the latest snapshot (of this > writing) - OpenBSD 6.9-current (GENERIC.MP) #131. > > Seems the base change to dhcpleased/resolvd has presented some issues. > Pf does not start on boot as it claims my dhcp interface has no > address, however after logging in I can load pf and almost resume > normal operations. Apparently the interface does get an IP address, > but the start of pf doesn't wait for it.
as deraadt@ said, without pf.conf it is hard to judge... could you share your pf.conf ? > Almost, because my supersedes, etc. in /etc/dhclient.conf are > completely ignored. which supersedes do you use ? sharing your dhclient.conf might help too. > The only workaround I found was to disable resolvd so I could manually > propagate /etc/resolv.conf without it being overwritten. resolvd doesn't override resolv.conf. it only prepends nameserver lines obtained from dhcpleased (via dhcpv4) or slaacd (via stateless ipv6). could you share your expected resolv.conf and the "overrided" one ? thanks. -- Sebastien Marie