On Wed, 17.06.15 19:48, Igor Bukanov ([email protected]) wrote: > On 17 June 2015 at 15:27, Lennart Poettering <[email protected]> wrote: > > To hook up local name service > > clients people should use the "nss-resolve" NSS module, which ensures > > that gethostbyname() and friends use resolved as backend. > > I suppose then non-glibc clients should deal with that on its own. I > thought converting LLMNR into DNS would be a reasonable hack, but then > if the translation requires too much insanity, then indeed it is > better not to do that.
If people use libraries to do DNS manually, then they'll do *DNS* manually, and we shouldn't interfere with that really. Usually people pick non-libc DNS libraries because they need async behaviour. I am pretty sure that's a pretty bad reason though and if you want async behaviour you should use sd-resolve or so. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
