On Mon, 14.07.14 15:38, Dan Williams ([email protected]) wrote: > But that brings up another question; I don't think systemd-networkd is > currently capable of ensuring a machine is completely configured when RA > is enabled, because it doesn't handle RDNSS and DNSSD options from the > RA response. The kernel can't handle those, because those require > writing to /etc/resolv.conf (or a caching nameserver), which the kernel > obviously doesn't do. But neither does systemd-networkd.
systemd-resolved subscribes to networkd state and writes out those files. It's simply a matter of making networkd pass the RDNSS/DNSSL records to resolved, too. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
