diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-30 18:07:01 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-08-30 18:07:01 +0000 |
commit | d64d9573d2f0f8772f88e31acb7bdea8744e5fd9 (patch) | |
tree | 17a66eceeaf847765c7646c88c35047ed45c2c80 | |
parent | 40ebc0cc755500a5a6cc46027b452e679537b288 (diff) | |
download | vyos-build-d64d9573d2f0f8772f88e31acb7bdea8744e5fd9.tar.gz vyos-build-d64d9573d2f0f8772f88e31acb7bdea8744e5fd9.zip |
Kernel: T2843: enable Multipath TCP support
-rw-r--r-- | packages/linux-kernel/x86_64_vyos_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux-kernel/x86_64_vyos_defconfig b/packages/linux-kernel/x86_64_vyos_defconfig index 7cbe723e..61db83ca 100644 --- a/packages/linux-kernel/x86_64_vyos_defconfig +++ b/packages/linux-kernel/x86_64_vyos_defconfig @@ -1053,7 +1053,9 @@ CONFIG_IPV6_SEG6_HMAC=y CONFIG_IPV6_SEG6_BPF=y CONFIG_IPV6_RPL_LWTUNNEL=y # CONFIG_NETLABEL is not set -# CONFIG_MPTCP is not set +CONFIG_MPTCP=y +CONFIG_MPTCP_IPV6=y +# CONFIG_MPTCP_HMAC_TEST is not set CONFIG_NETWORK_SECMARK=y CONFIG_NET_PTP_CLASSIFY=y # CONFIG_NETWORK_PHY_TIMESTAMPING is not set |