added the ikev2/rw-eap-tnc-20 scenario based on the RFC 5792 PA-TNC protocol

This commit is contained in:
Andreas Steffen
2011-05-30 21:31:50 +02:00
parent 510f37abd4
commit 83348c80e4
13 changed files with 35 additions and 15 deletions
+10
View File
@@ -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