diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-11-10 12:28:24 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-11-10 13:54:50 +0100 |
commit | 12dbca721ed8f4b6795574a25a967b788a6b0f79 (patch) | |
tree | 932832045444f0c17bb3aadcdf06f8b459351c0c /testing/tests/ipv6/net2net-ip6-in-ip4-ikev1/test.conf | |
parent | f0476c4a829aca4a652feb46aaeb4d8b10cbe52b (diff) | |
download | strongswan-12dbca721ed8f4b6795574a25a967b788a6b0f79.tar.bz2 strongswan-12dbca721ed8f4b6795574a25a967b788a6b0f79.tar.xz |
testing: Converted ipv6/net2net-ip6-in-ip4-ikev1 to swanctl
Diffstat (limited to 'testing/tests/ipv6/net2net-ip6-in-ip4-ikev1/test.conf')
-rw-r--r-- | testing/tests/ipv6/net2net-ip6-in-ip4-ikev1/test.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/tests/ipv6/net2net-ip6-in-ip4-ikev1/test.conf b/testing/tests/ipv6/net2net-ip6-in-ip4-ikev1/test.conf index 345e2d808..9f1c9a1f3 100644 --- a/testing/tests/ipv6/net2net-ip6-in-ip4-ikev1/test.conf +++ b/testing/tests/ipv6/net2net-ip6-in-ip4-ikev1/test.conf @@ -6,7 +6,7 @@ # All guest instances that are required for this test # VIRTHOSTS="alice moon winnetou sun bob" - + # Corresponding block diagram # DIAGRAM="a-m-w-s-b-ip6-in-ip4.png" @@ -23,3 +23,7 @@ IPSECHOSTS="moon sun" # IP protocol used by IPsec is IPv6 # IPV6=1 + +# charon controlled by swanctl +# +SWANCTL=1 |