CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/07/22 09:32:51
Modified files: sbin/slaacd : engine.c slaacd.c slaacd.h Log message: Send rDNS proposals on ramdisks Otherwise resolvd(8) will never learn nameservers and update /etc/resolv.conf with IPv6 resolvers. At the moment IPv6 only installations always prompt for nameservers anyway, but that is its own bug and will be fixed soon. This enables the upcoming fix to detect learned nameservers in the first place. Feedback OK florian