This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/16826] getaddrinfo() doesn't get scope ID for IPv6-only look-ups


https://sourceware.org/bugzilla/show_bug.cgi?id=16826

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW

--- Comment #6 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Mike Frysinger from comment #5)
> is the nss API documented anywhere ?

There is a section in the manual.

> do we have a callback that'd provide
> IPv6-only resolution ?  or do we need to add one ?

struct gaih_addrtuple (which is used by the version 4 name lookup API) contains
a scope ID.  I have not checked if it is properly propagated up to the
application.  nss_files does not used it; we could fix that as a first step.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]