Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2000 13:18:09 +0900
From:      Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
To:        dcs@newsguy.com
Cc:        shin@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc hosts
Message-ID:  <20000217131809S.shin@nd.net.fujitsu.co.jp>
In-Reply-To: <38AB64C2.4D9E135E@newsguy.com>
References:  <200002151459.GAA77537@freefall.freebsd.org> <38AB64C2.4D9E135E@newsguy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > shin        2000/02/15 06:59:17 PST
> > 
> >   Modified files:
> >     etc                  hosts
> >   Log:
> >   Add IPv6 loopback entry into src/etc/hosts.
> > 
> >     Missing IPv6 loopback name record cause name resolving lock
> >     on INET6 enabled systems in some cases.
> >     So define it.
> 
> I trust this won't produce warnings or errors on kernels without INET6?

I believe so, because even previous libc has already
supported IPv6 name resolving.
And if calling apps just used,
    gethostbyname() or gethostbyname2(name, AF_INET),
then IPv6(AAAA) records are just ignored.

But if you actually find any problems, please let me know.

Thanks,
Yoshinobu Inoue


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?20000217131809S.shin>