Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/net broadway changed addresses.



details:   https://anonhg.NetBSD.org/src/rev/ca5203469d14
branches:  trunk
changeset: 790773:ca5203469d14
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 20 17:22:49 2013 +0000

description:
broadway changed addresses.

diffstat:

 tests/lib/libc/net/t_hostent.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 49a0dd247844 -r ca5203469d14 tests/lib/libc/net/t_hostent.sh
--- a/tests/lib/libc/net/t_hostent.sh   Sun Oct 20 17:18:38 2013 +0000
+++ b/tests/lib/libc/net/t_hostent.sh   Sun Oct 20 17:22:49 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_hostent.sh,v 1.1 2013/08/16 15:29:45 christos Exp $
+# $NetBSD: t_hostent.sh,v 1.2 2013/10/20 17:22:49 christos Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -26,11 +26,11 @@
 #
 
 n6="sixthavenue.astron.com"
-a6="2620:106:3000:100:2e0:81ff:fe2f:e5d6"
+a6="2620:106:3003:1f00:2e0:81ff:fe2f:e5d7"
 ans6="name=$n6, length=16, addrtype=24, aliases=[] addr_list=[$a6]\n"
 
 n4="sixthavenue.astron.com"
-a4="208.77.212.99"
+a4="38.117.134.6"
 ans4="name=$n4, length=4, addrtype=2, aliases=[] addr_list=[$a4]\n"
 
 l6="localhost"



Home | Main Index | Thread Index | Old Index