From 70fd2d1af7f02a1a5fedd0d07a6d4607d2ce3ac0 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 13 Nov 2011 21:56:47 +0100 Subject: created tnc-pdp policy decision point plugin --- testing/scripts/build-umlrootfs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testing/scripts/build-umlrootfs') 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 -- cgit v1.2.3