testing: Enable VTI module in kernel config
This commit is contained in:
committed by
Tobias Brunner
parent
82b91e113a
commit
95deada184
@@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.13.12 Kernel Configuration
|
# Linux/x86 4.13.16 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
@@ -667,7 +667,7 @@ CONFIG_IP_ROUTE_CLASSID=y
|
|||||||
# CONFIG_NET_IPGRE_DEMUX is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
CONFIG_NET_IP_TUNNEL=y
|
CONFIG_NET_IP_TUNNEL=y
|
||||||
# CONFIG_SYN_COOKIES is not set
|
# CONFIG_SYN_COOKIES is not set
|
||||||
# CONFIG_NET_IPVTI is not set
|
CONFIG_NET_IPVTI=y
|
||||||
CONFIG_NET_UDP_TUNNEL=y
|
CONFIG_NET_UDP_TUNNEL=y
|
||||||
# CONFIG_NET_FOU is not set
|
# CONFIG_NET_FOU is not set
|
||||||
CONFIG_INET_AH=y
|
CONFIG_INET_AH=y
|
||||||
|
|||||||
@@ -24,11 +24,11 @@ fi
|
|||||||
: ${TESTDIR=/srv/strongswan-testing}
|
: ${TESTDIR=/srv/strongswan-testing}
|
||||||
|
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
: ${KERNELVERSION=4.10.17}
|
: ${KERNELVERSION=4.13.16}
|
||||||
: ${KERNEL=linux-$KERNELVERSION}
|
: ${KERNEL=linux-$KERNELVERSION}
|
||||||
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
: ${KERNELTARBALL=$KERNEL.tar.xz}
|
||||||
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.10}
|
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.13}
|
||||||
: ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
|
: ${KERNELPATCH=ha-4.13-abicompat.patch.bz2}
|
||||||
|
|
||||||
# strongSwan version used in tests
|
# strongSwan version used in tests
|
||||||
: ${SWANVERSION=5.6.2dr3}
|
: ${SWANVERSION=5.6.2dr3}
|
||||||
|
|||||||
Reference in New Issue
Block a user