testing: Enable VTI module in kernel config

This commit is contained in:
Robin McCorkell
2017-12-22 10:22:47 +01:00
committed by Tobias Brunner
parent 82b91e113a
commit 95deada184
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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}