diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-02-12 23:01:48 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-02-12 23:01:48 +0100 |
commit | 5374fe3a0975a907bf02e9c16f4bc1dbfeb2ad45 (patch) | |
tree | db0810deb69554f10d44e6f063b461c6d607bc9b /testing/tests/ikev1/net2net-fragmentation/test.conf | |
parent | bac1052dea7169b3a0898331f10043e782bab2b1 (diff) | |
download | strongswan-5.0.3dr1.tar.bz2 strongswan-5.0.3dr1.tar.xz |
added ikev1/net2net-fragmentation scenario5.0.3dr1
Diffstat (limited to 'testing/tests/ikev1/net2net-fragmentation/test.conf')
-rw-r--r-- | testing/tests/ikev1/net2net-fragmentation/test.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/tests/ikev1/net2net-fragmentation/test.conf b/testing/tests/ikev1/net2net-fragmentation/test.conf new file mode 100644 index 000000000..646b8b3e6 --- /dev/null +++ b/testing/tests/ikev1/net2net-fragmentation/test.conf @@ -0,0 +1,21 @@ +#!/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="alice moon winnetou sun bob" + +# Corresponding block diagram +# +DIAGRAM="a-m-w-s-b.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" |