diff options
| author | christos <christos@NetBSD.org> | 2013-12-20 20:22:26 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-12-20 20:22:26 +0000 |
| commit | 7cab626bfbbd673ff47a8cb31beef8fcf76738ca (patch) | |
| tree | 28468a3b780fd17dcef1a8a82d59569bd8aea75d /tests | |
| parent | bf156bf7c6f9c5b7322cbc1b7a31921260d8887b (diff) | |
sixthavenue got upgraded
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lib/libc/net/t_hostent.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/libc/net/t_hostent.sh b/tests/lib/libc/net/t_hostent.sh index dbd6c8c7da5..b1865c07941 100644 --- a/tests/lib/libc/net/t_hostent.sh +++ b/tests/lib/libc/net/t_hostent.sh @@ -1,4 +1,4 @@ -# $NetBSD: t_hostent.sh,v 1.2 2013/10/20 17:22:49 christos Exp $ +# $NetBSD: t_hostent.sh,v 1.3 2013/12/20 20:22:26 christos Exp $ # # Copyright (c) 2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -26,11 +26,11 @@ # n6="sixthavenue.astron.com" -a6="2620:106:3003:1f00:2e0:81ff:fe2f:e5d7" +a6="2620:106:3003:1f00:3e4a:92ff:fef4:e180" ans6="name=$n6, length=16, addrtype=24, aliases=[] addr_list=[$a6]\n" n4="sixthavenue.astron.com" -a4="38.117.134.6" +a4="38.117.134.16" ans4="name=$n4, length=4, addrtype=2, aliases=[] addr_list=[$a4]\n" l6="localhost" |
