diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-12-12 17:00:50 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-12-12 17:00:50 +0100 |
commit | 19e9bdda1f6872d27160e54cc65794c79cc472b4 (patch) | |
tree | f147de32ddfaabf0026355d5057bdb15a0c9be87 /testing/scripts/build-umlrootfs | |
parent | 60e99b376175f59979ef86b163887e5519061433 (diff) | |
download | strongswan-19e9bdda1f6872d27160e54cc65794c79cc472b4.tar.bz2 strongswan-19e9bdda1f6872d27160e54cc65794c79cc472b4.tar.xz |
added UML support for IF-MAP interface
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 75fe5c69f..f521f9c1c 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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 |