#!/bin/sh

# $Id: test-echoping-ipv6,v 1.2 2002/10/21 15:21:16 bortz Exp $

echo ""
echo "Since this tests tries remote servers, a failure is not always "
echo " echoping's fault: it may be a network problem."

./echoping -h / -v www.6bone.net

./echoping -h / -v ns3.nic.fr

./echoping -v -h / "[3ffe:b00:c18:1::10]:80" # RFC 2732

