aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-11-13 21:56:47 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-03-13 16:27:16 +0100
commit70fd2d1af7f02a1a5fedd0d07a6d4607d2ce3ac0 (patch)
tree75e9eda13717e03b7dd7ac83f8d3ec01b2a10338 /testing
parentbc403eb1e5e26d93aad6a29ba001cd439ce58784 (diff)
downloadstrongswan-70fd2d1af7f02a1a5fedd0d07a6d4607d2ce3ac0.tar.bz2
strongswan-70fd2d1af7f02a1a5fedd0d07a6d4607d2ce3ac0.tar.xz
created tnc-pdp policy decision point plugin
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
-rwxr-xr-xtesting/testing.conf1
2 files changed, 6 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index 2c6e2f01b..37d1de66b 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -192,6 +192,11 @@ then
echo -n " --enable-eap-tnc" >> $INSTALLSHELL
fi
+if [ "$USE_TNC_PDP" = "yes" ]
+then
+ echo -n " --enable-tnc-pdp" >> $INSTALLSHELL
+fi
+
if [ "$USE_TNC_IMC" = "yes" ]
then
echo -n " --enable-tnc-imc" >> $INSTALLSHELL
diff --git a/testing/testing.conf b/testing/testing.conf
index ac79ab31c..88aa8e15a 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -46,6 +46,7 @@ USE_EAP_TLS="yes"
USE_EAP_TTLS="yes"
USE_EAP_PEAP="yes"
USE_EAP_TNC="yes"
+USE_TNC_PDP="yes"
USE_TNC_IMC="yes"
USE_TNC_IMV="yes"
USE_TNCCS_11="yes"