diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-30 21:31:50 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-05-30 21:31:50 +0200 |
commit | 83348c80e4139af60e4f06da6bb13aaea9fe4ae6 (patch) | |
tree | 56144864a6004ee4756ba09c72ae158f263bf6a2 /testing/testing.conf | |
parent | 510f37abd45cc0fc38ef4082cb87582a78c0fbbe (diff) | |
download | strongswan-83348c80e4139af60e4f06da6bb13aaea9fe4ae6.tar.bz2 strongswan-83348c80e4139af60e4f06da6bb13aaea9fe4ae6.tar.xz |
added the ikev2/rw-eap-tnc-20 scenario based on the RFC 5792 PA-TNC protocol
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 9b5609424..075f43cf1 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -19,7 +19,7 @@ UMLTESTDIR=~/strongswan-testing # Bzipped kernel sources # (file extension .tar.bz2 required) -KERNEL=$UMLTESTDIR/linux-2.6.38.tar.bz2 +KERNEL=$UMLTESTDIR/linux-2.6.38.5.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` @@ -51,6 +51,8 @@ USE_TNC_IMV="yes" USE_TNCCS_11="yes" USE_TNCCS_20="yes" USE_TNCCS_DYNAMIC="yes" +USE_IMC_TEST="yes" +USE_IMV_TEST="yes" USE_SQL="yes" USE_MEDIATION="yes" USE_OPENSSL="yes" |