aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-03-28 22:40:20 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-03-28 22:40:20 +0200
commit3ad78f02397af5bbe964705b7dfb1dffc8b864ce (patch)
treef25d35375850ff6801b87029a091029e6f1d3cf6 /testing/testing.conf
parent5d91d4c6d71e3d6ef202db04d0a2fe27f414b62b (diff)
downloadstrongswan-3ad78f02397af5bbe964705b7dfb1dffc8b864ce.tar.bz2
strongswan-3ad78f02397af5bbe964705b7dfb1dffc8b864ce.tar.xz
compile dhcp and farp plugins in UMLs
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index bcbc56da2..3d4510feb 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -19,13 +19,13 @@ UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
-KERNEL=$UMLTESTDIR/linux-2.6.32.8.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.33.1.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
# Kernel configuration file
-KERNELCONFIG=$UMLTESTDIR/.config-2.6.32
+KERNELCONFIG=$UMLTESTDIR/.config-2.6.33
# Bzipped uml patch for kernel
#UMLPATCH=$UMLTESTDIR/aead_init.patch.bz2
@@ -53,6 +53,8 @@ USE_LOAD_TESTS="yes"
USE_TEST_VECTORS="yes"
USE_GCRYPT="yes"
USE_SOCKET_DEFAULT="yes"
+USE_DHCP="yes"
+USE_FARP="yes"
# Gentoo linux root filesystem
ROOTFS=$UMLTESTDIR/gentoo-fs-20090615.tar.bz2