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

Bug#644912:

2018-02-12 Thread Adam Goode
This should be fixed upstream. See https://github.com/lathiat/nss-mdns/blob/master/NEWS.md Please update this in Debian, and file bugs if there are problems: https://github.com/lathiat/nss-mdns/issues/new Thank you!

Bug#644912: Unable to deliver your item, #762465378929

2016-11-14 Thread FedEx 2Day A.M.
Hello, Courier was unable to deliver the parcel to you. Shipment Label is attached to this email. Wylma Devit - Area Manager FedEx , CA Thanks and best regards FedEx.doc Description: MS-Word document

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

2015-08-24 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

Bug#644912: works for getaddrinfo but not if AF_INET6 specified

2015-08-23 Thread Jens B. Jorgensen
This e-mail and its attachments are intended only for the individual or entity to whom it is addressed and may contain information that is confidential, privileged, inside information, or subject to other restrictions on use or disclosure. Any unauthorized use, dissemination or copying of this

Bug#644912: works for getaddrinfo but not if AF_INET6 specified

2015-01-03 Thread chrysn
hello, i've tested the patch on 0.10-6, it applies with small offsets, and things work as described in the patch mail. with explicitly specified AF instead of looking through the list to find the v6 addresses, however, the interface index is zero as before the patch: $ python -c 'import socket;

Bug#644912: Confirming

2013-02-18 Thread Loïc Minier
tag 644912 + confirmed stop I confirm the symptoms mentioned in this bug report; after changing my nsswitch.conf from: hosts: files mdns_minimal4 [NOTFOUND=return] dns mdns4 to: hosts: files mdns_minimal [NOTFOUND=return] dns mdns I could witness IPv6 addresses returned by

Bug#644912: a fix for this problem

2013-01-07 Thread Jens Jorgensen
Hello, I too was greatly annoyed to find that getaddrinfo can never return scope id for .local addresses. I finally knuckled down and did the work to figure out how to make this happen. In short it requires that the libnss-mdns implement _nss_gethostbyname4_r. I've done this in the attached

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