[Bug 192168] resolver cannot use link-local IPV6 servers

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 26 14:20:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192168

Andrey V. Elsukov <ae at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae at FreeBSD.org

--- Comment #1 from Andrey V. Elsukov <ae at FreeBSD.org> ---
The drill(1) command also doesn't support IPv6 LLA for @server.
As I see, ldns_str2rdf_aaaa() function uses inet_pton(3) function to convert
IPv6 address from string into uint8_t[] representation. It should use
getaddrinfo(3) function, which supports scope zone ids. 

The problem is that libdns doesn't use sockaddr_in6 structure (where
sin6_scope_id field used to store zone id) and it looks isn't easy to convert
ldns_str2rdf_aaaa() to use it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list