File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / tests / swanctl / multi-level-ca-l3 / test.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:14 2021 UTC (3 years, 5 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

    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 venus moon carol winnetou dave"
    9: 
   10: # Corresponding block diagram
   11: #
   12: DIAGRAM="a-v-m-c-w-d.png"
   13: 
   14: # Guest instances on which tcpdump is to be started
   15: #
   16: TCPDUMPHOSTS=""
   17: 
   18: # Guest instances on which IPsec is started
   19: # Used for IPsec logging purposes
   20: #
   21: IPSECHOSTS="moon carol dave"
   22: 
   23: # charon controlled by swanctl
   24: #
   25: SWANCTL=1

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