Bug#644912: ipv6 link-local doesn't work as lookup doesn't set scope id

2018-04-26 Thread Simon McVittie
On Mon, 10 Oct 2011 at 19:04:41 +0200, Stefan Bühler wrote: > libnss-mdns doesn't set the scope-id for link-local addresses, so something > like > > $ ping6 example.local > gives > connect: Invalid argument This specific use-case (ping6) unfortunately still doesn't work, but I don't think

Bug#644912: ipv6 link-local doesn't work as lookup doesn't set scope id

2015-08-23 Thread Jens B. Jorgensen
Incidentally even /with/ my patch ping6 doesn't work. This is because due to the innards of how libnss works only when _nss_X_gethostbyname4_r is called is it possible to return the scope id--the outputs of the _nss_X_gethostbyname2_r and _nss_X_gethostbyname_r do not include this data--_nss_X_geth

Bug#644912: ipv6 link-local doesn't work as lookup doesn't set scope id

2011-10-10 Thread Stefan Bühler
Package: libnss-mdns Tags: ipv6 Version: 0.10-3.2 Hi, libnss-mdns doesn't set the scope-id for link-local addresses, so something like $ ping6 example.local gives connect: Invalid argument while $ getent host example.local returns a valid link-local IPv6 address (fe80::...) and