> As I recall, Sean Kelly wrote:
> > I've got two machines here, one running 4.1-STABLE (from Aug 3) and a
> > 5.0-CURRENT (from Aug 10) and both of them show the same issue. When
> > you use the 'host' command to resolve a CNAME, it will show all the A
> > records twice:
> >
> > (7) smkelly@edgemaster:~$ host www.microsoft.com
> > www.microsoft.com is a nickname for microsoft.com
> > microsoft.com has address 207.46.130.45
> > microsoft.com has address 207.46.230.218
> > microsoft.com has address 207.46.230.219
> > microsoft.com has address 207.46.230.218
> > microsoft.com has address 207.46.230.219
> > microsoft.com has address 207.46.130.45
It is more complicated than that... the bug only shows up if you specify
an alias name...
$ host releng4.freebsd.org
releng4.freebsd.org is a nickname for usw3.FreeBSD.org
usw3.FreeBSD.org has address 209.180.6.227
usw3.FreeBSD.org has address 209.180.6.227
$
$ host usw3.freebsd.org
usw3.freebsd.org has address 209.180.6.227
$
- Tim
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message