added UML support for IF-MAP interface

This commit is contained in:
Andreas Steffen
2011-12-12 17:00:50 +01:00
parent 60e99b3761
commit 19e9bdda1f
2 changed files with 12 additions and 6 deletions
+5
View File
@@ -342,6 +342,11 @@ then
echo -n " --enable-whitelist" >> $INSTALLSHELL
fi
if [ "$USE_IFMAP" = "yes" ]
then
echo -n " --enable-tnc-ifmap" >> $INSTALLSHELL
fi
if [ "$USE_CISCO_QUIRKS" = "yes" ]
then
echo -n " --enable-cisco-quirks" >> $INSTALLSHELL