Solaris localhost bug

Initial
Stephane Bortzmeyer 22 years ago
parent a075dd84f1
commit b8ca31d300

@ -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

Loading…
Cancel
Save