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/scripts/build-umlrootfs | |
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/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 10 |
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 |