From: Robin McCorkell Date: Wed, 29 Nov 2017 11:31:13 +0000 (+0000) Subject: testing: Enable VTI module in kernel config X-Git-Tag: 5.6.2dr4~11^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95deada1840c8fecd0646e1353dd2a987b6ac05a;p=thirdparty%2Fstrongswan.git testing: Enable VTI module in kernel config --- diff --git a/testing/config/kernel/config-4.13 b/testing/config/kernel/config-4.13 index dcdceccd85..5148fc01cb 100644 --- a/testing/config/kernel/config-4.13 +++ b/testing/config/kernel/config-4.13 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.13.12 Kernel Configuration +# Linux/x86 4.13.16 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -667,7 +667,7 @@ CONFIG_IP_ROUTE_CLASSID=y # CONFIG_NET_IPGRE_DEMUX is not set CONFIG_NET_IP_TUNNEL=y # CONFIG_SYN_COOKIES is not set -# CONFIG_NET_IPVTI is not set +CONFIG_NET_IPVTI=y CONFIG_NET_UDP_TUNNEL=y # CONFIG_NET_FOU is not set CONFIG_INET_AH=y diff --git a/testing/testing.conf b/testing/testing.conf index 54f24bf7be..71a500f10d 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,11 +24,11 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=4.10.17} +: ${KERNELVERSION=4.13.16} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} -: ${KERNELCONFIG=$DIR/../config/kernel/config-4.10} -: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2} +: ${KERNELCONFIG=$DIR/../config/kernel/config-4.13} +: ${KERNELPATCH=ha-4.13-abicompat.patch.bz2} # strongSwan version used in tests : ${SWANVERSION=5.6.2dr3}