aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-05-30 21:31:50 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-05-30 21:31:50 +0200
commit83348c80e4139af60e4f06da6bb13aaea9fe4ae6 (patch)
tree56144864a6004ee4756ba09c72ae158f263bf6a2 /testing/scripts/build-umlrootfs
parent510f37abd45cc0fc38ef4082cb87582a78c0fbbe (diff)
downloadstrongswan-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/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 182feab7d..03ef748fc 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -217,6 +217,16 @@ then
echo -n " --enable-tnccs-dynamic" >> $INSTALLSHELL
fi
+if [ "$USE_IMC_TEST" = "yes" ]
+then
+ echo -n " --enable-imc-test" >> $INSTALLSHELL
+fi
+
+if [ "$USE_IMV_TEST" = "yes" ]
+then
+ echo -n " --enable-imv-test" >> $INSTALLSHELL
+fi
+
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL