> This patch is for ports/www/mozilla, and enables IPv4-mapped IPv6
> address per socket basis. Please try it.
I've committed the patch. Thanks.
---
Munechika SUMIKAWA @ KAME Project / FreeBSD.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current
ot open socket".
dgilbert> In escence, both ports (and possibly others) don't work in 4.0 without
dgilbert> INET6 in your kernel.
Thanks for the reporting. I attach the patch for ruby. I've already
send it to the maintainer.
As for mtr, I'll check it.
---
Munechika SUMIKA
has used getaddrinfo() for resolving hostnames.
If IPv4 dotted-decimal forms are given, getaddrinfo() calls finally
inet_pton(). inet_pton() is defined in RFC2553 and it does not permit
non-standard IPv4 dotted-decimal, such as 10.10
---
Munechika SUMIKAWA @ KAME Project / FreeBSD.org
To Unsubscr