Date: Tue, 20 Jun 2000 09:33:34 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c Message-ID: <200006201633.JAA68262@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2000/06/20 09:33:33 PDT Modified files: lib/libc/net getaddrinfo.c Log: Don't call _getipnodebyname_multi(). It fixes the problem that getaddrinfo() accidentally returns IPv4 mapped IPv6 address instead of native IPv4 address. Now, getaddinfo() is scoped address ready. You can put scoped address within /etc/hosts. Obtained from: KAME Project. Revision Changes Path 1.11 +1217 -191 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006201633.JAA68262>