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
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.
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.)
Systemd and containers