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

#!/bin/bash
#
# This configuration file provides information on the
# guest instances used for this test

# All guest instances that are required for this test
#
VIRTHOSTS="moon winnetou sun"

# Corresponding block diagram
#
DIAGRAM="m-w-s.png"

# Guest instances on which tcpdump is to be started
#
TCPDUMPHOSTS="sun"

# Guest instances on which IPsec is started
# Used for IPsec logging purposes
#
IPSECHOSTS="moon sun"

# charon controlled by swanctl
#
SWANCTL=1

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