diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-27 19:52:05 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-27 19:53:25 +0200 |
commit | 1f8d0e348a709754f8394bab527eb065a4380519 (patch) | |
tree | 48568e72c74aaab3dd66bcdc3fab572270f28d7b /packages/linux-kernel | |
parent | 4d30b8b41881f925c001c0bbd464d2861c50ad4b (diff) | |
download | vyos-build-1f8d0e348a709754f8394bab527eb065a4380519.tar.gz vyos-build-1f8d0e348a709754f8394bab527eb065a4380519.zip |
Kernel: enable CONFIG_MPTCP
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 0711a93e..a673dd36 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -1069,7 +1069,9 @@ CONFIG_IPV6_SEG6_LWTUNNEL=y CONFIG_IPV6_SEG6_HMAC=y CONFIG_IPV6_SEG6_BPF=y # CONFIG_IPV6_RPL_LWTUNNEL is not set -# CONFIG_MPTCP is not set +CONFIG_MPTCP=y +CONFIG_INET_MPTCP_DIAG=m +CONFIG_MPTCP_IPV6=y CONFIG_NETWORK_SECMARK=y CONFIG_NET_PTP_CLASSIFY=y # CONFIG_NETWORK_PHY_TIMESTAMPING is not set |