summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2013-11-16 18:53:21 +0100
committerGert Doering <gert@greenie.muc.de>2013-11-17 09:59:57 +0100
commitbbc3a6473c84ba7cdb87b359f016cd13773e42ec (patch)
tree814925357890504de2e69e76c080b1f4add910e8 /tests
parent8fedf86abaf8fca8d0e9e81f70d7a5888a98b9ee (diff)
downloadopenvpn-bbc3a6473c84ba7cdb87b359f016cd13773e42ec.tar.gz
openvpn-bbc3a6473c84ba7cdb87b359f016cd13773e42ec.tar.xz
openvpn-bbc3a6473c84ba7cdb87b359f016cd13773e42ec.zip
Fix IPv6 examples in t_client.rc-sample
IPv6 documentation prefix is 2001:db*8*:: (not :dba:), and the second test stanza variables need to end in _2, of course... Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: Josh Cepek <josh.cepek@usa.net> Message-Id: <1384624401-27943-1-git-send-email-gert@greenie.muc.de> URL: http://article.gmane.org/gmane.network.openvpn.devel/7992
Diffstat (limited to 'tests')
-rw-r--r--tests/t_client.rc-sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/t_client.rc-sample b/tests/t_client.rc-sample
index dcb3e4a..6e66607 100644
--- a/tests/t_client.rc-sample
+++ b/tests/t_client.rc-sample
@@ -59,18 +59,18 @@ OPENVPN_BASE_P2P="..."
RUN_TITLE_1="testing tun/udp/ipv4+ipv6"
OPENVPN_CONF_1="$OPENVPN_BASE_P2MP --dev tun --proto udp --remote $REMOTE --port 51194"
EXPECT_IFCONFIG4_1="10.100.50.6"
-EXPECT_IFCONFIG6_1="2001:dba:a050::1:0"
+EXPECT_IFCONFIG6_1="2001:db8:a050::1:0"
PING4_HOSTS_1="10.100.50.1 10.100.0.1"
-PING6_HOSTS_1="2001:dba::1 2001:dba:a050::1"
+PING6_HOSTS_1="2001:db8::1 2001:db8:a050::1"
# Test 2: TCP / p2mp tun
#
RUN_TITLE_2="testing tun/tcp/ipv4+ipv6"
OPENVPN_CONF_2="$OPENVPN_BASE_P2MP --dev tun --proto tcp --remote $REMOTE --port 51194"
EXPECT_IFCONFIG4_2="10.100.51.6"
-EXPECT_IFCONFIG6_2="2001:dba:a051::1:0"
+EXPECT_IFCONFIG6_2="2001:db8:a051::1:0"
PING4_HOSTS_2="10.100.51.1 10.100.0.1"
-PING6_HOSTS_1="2001:dba::1 2001:dba:a051::1"
+PING6_HOSTS_2="2001:db8::1 2001:db8:a051::1"
# Test 3: UDP / p2p tun
# ...