added ikev2/rw-eap-dynamic scenario

This commit is contained in:
Andreas Steffen
2012-09-12 12:15:17 +02:00
parent d4cca1beea
commit 9ce931f3af
16 changed files with 172 additions and 3 deletions
+5
View File
@@ -172,6 +172,11 @@ then
echo -n " --enable-eap-radius" >> $INSTALLSHELL
fi
if [ "$USE_EAP_DYNAMIC" = "yes" ]
then
echo -n " --enable-eap-dynamic" >> $INSTALLSHELL
fi
if [ "$USE_EAP_TLS" = "yes" ]
then
echo -n " --enable-eap-tls" >> $INSTALLSHELL