File: test-echoping-ipv6

package info (click to toggle)
echoping 6.0.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,596 kB
  • ctags: 380
  • sloc: sh: 8,966; ansic: 3,350; makefile: 162
file content (18 lines) | stat: -rwxr-xr-x 514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# $Id: test-echoping-ipv6 377 2007-03-12 20:48:05Z bortz $

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

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

./echoping -6 -h / -v www.afnic.fr

./echoping -6 -v -R -h / "[2001:4f8:0:2::d]:80" # RFC 2732

# We force the use of IPv6 with -6 because some libc (Solaris) are
# smart enough to send only the IPv4 adresses to the application if
# the machine has no IPv6 connectivity.