From b8ca31d3002bdde6c8470032e88c15c3cd995fa9 Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Fri, 11 Oct 2002 20:11:40 +0000 Subject: [PATCH] Solaris localhost bug --- SRC/test-echoping-local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SRC/test-echoping-local b/SRC/test-echoping-local index 4fe4a10..1517f7d 100755 --- a/SRC/test-echoping-local +++ b/SRC/test-echoping-local @@ -7,6 +7,8 @@ echo "A message such as 'connection refused' is not always an error" echo " you may not have an appropriate server." echo " UDP tests can also fail with a timeout if you do not have the server." +# Funny Solaris: "localhost" resolves to an IPv6 address (::1) + ./echoping localhost ./echoping -u localhost ./echoping -d localhost