networkingtestandutils/ipv6to4tunnel/data/6to4_tunnels.ini
changeset 0 af10295192d8
child 1 a579325b79dd
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Symbian Foundation License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # // This is 6to4_tunnels.ini syntax example for configuring
       
    15 # // static tunnels to 6to4. Uncomment the lines to activate.
       
    16 # tunnels = {
       
    17 # tunnel_1,
       
    18 # tunnel_2,
       
    19 # tunnel_3
       
    20 # tunnel tunnel_1 = {
       
    21 # STRING endpoint_address = 192.168.0.3,
       
    22 # STRING virtual_if_address = 2000:abcd::1,
       
    23 # STRING route_address = 2000:abcd::,
       
    24 # INTEGER route_prefix_length = 32
       
    25 # tunnel tunnel_2 = {
       
    26 # STRING endpoint_address = 192.168.0.3,
       
    27 # STRING virtual_if_address = 2000:1111::1,	
       
    28 # STRING route_address = 2000:1111::,
       
    29 # INTEGER route_prefix_length = 32
       
    30 # tunnel tunnel_3 = {
       
    31 # STRING endpoint_address = 192.168.0.5,
       
    32 # STRING virtual_if_address = 2000:2222::1,
       
    33 # STRING route_address = 2000:2222::,
       
    34 # INTEGER route_prefix_length = 32
       
    35 #