|
|
Subscribe / Log in / New account

Systemd and containers

Systemd and containers

Posted Jun 11, 2015 21:44 UTC (Thu) by luto (guest, #39314)
In reply to: Systemd and containers by ibukanov
Parent article: Systemd and containers

But dnsmasq would allow *.local (or whatever) to be forwarded to an LLMNR resolver.

There's one problem: for link-local applications, client software (especially on IPv6) needs an ifindex or other scope indicator. We don't have that using just resolv.conf-based mechanisms. I think that should be added independently of systemd-resolved, though.


to post comments

Systemd and containers

Posted Jun 13, 2015 13:34 UTC (Sat) by grawity (subscriber, #80596) [Link]

I remember spending some time with that. Both systemd's libnss_resolve, and (I think) Avahi's libnss_mdns, do return the scope index. Unfortunately, glibc throws it away.

(libnss_dns of course doesn't return the scope because it doesn't know the scope.)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds