summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-27 19:52:05 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-27 19:53:25 +0200
commit1f8d0e348a709754f8394bab527eb065a4380519 (patch)
tree48568e72c74aaab3dd66bcdc3fab572270f28d7b
parent4d30b8b41881f925c001c0bbd464d2861c50ad4b (diff)
downloadvyos-build-1f8d0e348a709754f8394bab527eb065a4380519.tar.gz
vyos-build-1f8d0e348a709754f8394bab527eb065a4380519.zip
Kernel: enable CONFIG_MPTCP
-rw-r--r--packages/linux-kernel/arch/x86/configs/vyos_defconfig4
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 0711a93..a673dd3 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