diff options
Diffstat (limited to '')
-rwxr-xr-x | t/t2_tcp6.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/t2_tcp6.sh b/t/t2_tcp6.sh new file mode 100755 index 0000000..802b2d8 --- /dev/null +++ b/t/t2_tcp6.sh @@ -0,0 +1,14 @@ +#!/bin/bash -e +. $(dirname $0)/base.sh + +# usage: +# run_iperf -s server args -c client args +# +# client args should contain $ip or -V $ip6 +# results returned in $results + +run_iperf \ + -s --ipv6_domain -P 1 -i 1 -t 3 \ + -c $ip6 -V -P 1 -i 1 -t 2 + + |