Browse code

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

Gert Doering authored on 2013/11/17 02:53:21
Showing 1 changed files
... ...
@@ -59,18 +59,18 @@ OPENVPN_BASE_P2P="..."
59 59
 RUN_TITLE_1="testing tun/udp/ipv4+ipv6"
60 60
 OPENVPN_CONF_1="$OPENVPN_BASE_P2MP --dev tun --proto udp --remote $REMOTE --port 51194"
61 61
 EXPECT_IFCONFIG4_1="10.100.50.6"
62
-EXPECT_IFCONFIG6_1="2001:dba:a050::1:0"
62
+EXPECT_IFCONFIG6_1="2001:db8:a050::1:0"
63 63
 PING4_HOSTS_1="10.100.50.1 10.100.0.1"
64
-PING6_HOSTS_1="2001:dba::1 2001:dba:a050::1"
64
+PING6_HOSTS_1="2001:db8::1 2001:db8:a050::1"
65 65
 
66 66
 # Test 2: TCP / p2mp tun
67 67
 #
68 68
 RUN_TITLE_2="testing tun/tcp/ipv4+ipv6"
69 69
 OPENVPN_CONF_2="$OPENVPN_BASE_P2MP --dev tun --proto tcp --remote $REMOTE --port 51194"
70 70
 EXPECT_IFCONFIG4_2="10.100.51.6"
71
-EXPECT_IFCONFIG6_2="2001:dba:a051::1:0"
71
+EXPECT_IFCONFIG6_2="2001:db8:a051::1:0"
72 72
 PING4_HOSTS_2="10.100.51.1 10.100.0.1"
73
-PING6_HOSTS_1="2001:dba::1 2001:dba:a051::1"
73
+PING6_HOSTS_2="2001:db8::1 2001:db8:a051::1"
74 74
 
75 75
 # Test 3: UDP / p2p tun
76 76
 # ...