added UML support for IF-MAP interface
This commit is contained in:
@@ -342,6 +342,11 @@ then
|
|||||||
echo -n " --enable-whitelist" >> $INSTALLSHELL
|
echo -n " --enable-whitelist" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_IFMAP" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-tnc-ifmap" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$USE_CISCO_QUIRKS" = "yes" ]
|
if [ "$USE_CISCO_QUIRKS" = "yes" ]
|
||||||
then
|
then
|
||||||
echo -n " --enable-cisco-quirks" >> $INSTALLSHELL
|
echo -n " --enable-cisco-quirks" >> $INSTALLSHELL
|
||||||
|
|||||||
@@ -19,19 +19,19 @@ UMLTESTDIR=~/strongswan-testing
|
|||||||
|
|
||||||
# Bzipped kernel sources
|
# Bzipped kernel sources
|
||||||
# (file extension .tar.bz2 required)
|
# (file extension .tar.bz2 required)
|
||||||
KERNEL=$UMLTESTDIR/linux-2.6.38.5.tar.bz2
|
KERNEL=$UMLTESTDIR/linux-3.1.5.tar.bz2
|
||||||
|
|
||||||
# Extract kernel version
|
# Extract kernel version
|
||||||
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
|
||||||
|
|
||||||
# Kernel configuration file
|
# Kernel configuration file
|
||||||
KERNELCONFIG=$UMLTESTDIR/.config-2.6.38
|
KERNELCONFIG=$UMLTESTDIR/.config-3.1
|
||||||
|
|
||||||
# Bzipped uml patch for kernel
|
# Bzipped uml patch for kernel
|
||||||
UMLPATCH=$UMLTESTDIR/ha-2.6.37.patch.bz2
|
UMLPATCH=$UMLTESTDIR/ha-3.0.patch.bz2
|
||||||
|
|
||||||
# Bzipped source of strongSwan
|
# Bzipped source of strongSwan
|
||||||
STRONGSWAN=$UMLTESTDIR/strongswan-4.5.2.tar.bz2
|
STRONGSWAN=$UMLTESTDIR/strongswan-4.6.2.tar.bz2
|
||||||
|
|
||||||
# strongSwan compile options (use "yes" or "no")
|
# strongSwan compile options (use "yes" or "no")
|
||||||
USE_LIBCURL="yes"
|
USE_LIBCURL="yes"
|
||||||
@@ -76,13 +76,14 @@ USE_GCM="yes"
|
|||||||
USE_HA="yes"
|
USE_HA="yes"
|
||||||
USE_AF_ALG="yes"
|
USE_AF_ALG="yes"
|
||||||
USE_WHITELIST="yes"
|
USE_WHITELIST="yes"
|
||||||
|
USE_IFMAP="no"
|
||||||
USE_CISCO_QUIRKS="no"
|
USE_CISCO_QUIRKS="no"
|
||||||
|
|
||||||
# Gentoo linux root filesystem
|
# Gentoo linux root filesystem
|
||||||
ROOTFS=$UMLTESTDIR/gentoo-fs-20101120.tar.bz2
|
ROOTFS=$UMLTESTDIR/gentoo-fs-20111212.tar.bz2
|
||||||
|
|
||||||
# Size of the finished root filesystem in MB
|
# Size of the finished root filesystem in MB
|
||||||
ROOTFSSIZE=800
|
ROOTFSSIZE=850
|
||||||
|
|
||||||
# Amount of Memory to use per UML [MB].
|
# Amount of Memory to use per UML [MB].
|
||||||
# If "auto" is stated 1/12 of total host ram will be used.
|
# If "auto" is stated 1/12 of total host ram will be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user