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/14413] nsswitch doesn't implement getaddrinfo(), plugins cannot provide full getaddrinfo features


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

Alexandre Oliva <aoliva at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aoliva at sourceware dot org

--- Comment #3 from Alexandre Oliva <aoliva at sourceware dot org> ---
Hi, Pavel,

I assume you're speaking of such addresses as ipv6%zone, as specified in RFC
4007.  That RFC only specifies (hex) numeric addresses in standard ipv6 format,
folowed by a % and a zone id, that may be numeric, an interface name, or
somesuch.

Since the address can only be numeric, without involving any lookups, and that
and zone ids specified in that RFC are supported by existing getaddrinfo core
implementation, what would the point be of introducing a getaddrinfo interface
in the nss plugin interface?

-- 
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]