networkingtestandutils/ipv6to4tunnel/data/6to4_tunnels.ini
changeset 0 af10295192d8
child 1 a579325b79dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/networkingtestandutils/ipv6to4tunnel/data/6to4_tunnels.ini	Tue Jan 26 15:23:49 2010 +0200
@@ -0,0 +1,35 @@
+# Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of the License "Symbian Foundation License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+# // This is 6to4_tunnels.ini syntax example for configuring
+# // static tunnels to 6to4. Uncomment the lines to activate.
+# tunnels = {
+# tunnel_1,
+# tunnel_2,
+# tunnel_3
+# tunnel tunnel_1 = {
+# STRING endpoint_address = 192.168.0.3,
+# STRING virtual_if_address = 2000:abcd::1,
+# STRING route_address = 2000:abcd::,
+# INTEGER route_prefix_length = 32
+# tunnel tunnel_2 = {
+# STRING endpoint_address = 192.168.0.3,
+# STRING virtual_if_address = 2000:1111::1,	
+# STRING route_address = 2000:1111::,
+# INTEGER route_prefix_length = 32
+# tunnel tunnel_3 = {
+# STRING endpoint_address = 192.168.0.5,
+# STRING virtual_if_address = 2000:2222::1,
+# STRING route_address = 2000:2222::,
+# INTEGER route_prefix_length = 32
+#