Annotation of embedaddon/strongswan/testing/tests/ipv6/net2net-ip4-in-ip6-ikev1/test.conf, revision 1.1

1.1     ! misho       1: #!/bin/bash
        !             2: #
        !             3: # This configuration file provides information on the
        !             4: # guest instances used for this test
        !             5: 
        !             6: # All guest instances that are required for this test
        !             7: #
        !             8: VIRTHOSTS="alice moon winnetou sun bob"
        !             9: 
        !            10: # Corresponding block diagram
        !            11: #
        !            12: DIAGRAM="a-m-w-s-b-ip4-in-ip6.png"
        !            13: 
        !            14: # Guest instances on which tcpdump is to be started
        !            15: #
        !            16: TCPDUMPHOSTS="sun"
        !            17: 
        !            18: # Guest instances on which IPsec is started
        !            19: # Used for IPsec logging purposes
        !            20: #
        !            21: IPSECHOSTS="moon sun"
        !            22: 
        !            23: # IP protocol used by IPsec is IPv6
        !            24: #
        !            25: IPV6=1
        !            26: 
        !            27: # charon controlled by swanctl
        !            28: #
        !            29: SWANCTL=1

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>