From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 08:53:19 +0000 Subject: [PATCH] change otg to host mode --- kernel/tools/testing/selftests/net/mptcp/config | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/tools/testing/selftests/net/mptcp/config b/kernel/tools/testing/selftests/net/mptcp/config index 741a1c4..8867c40 100644 --- a/kernel/tools/testing/selftests/net/mptcp/config +++ b/kernel/tools/testing/selftests/net/mptcp/config @@ -1,3 +1,4 @@ +CONFIG_KALLSYMS=y CONFIG_MPTCP=y CONFIG_IPV6=y CONFIG_MPTCP_IPV6=y @@ -5,3 +6,4 @@ CONFIG_INET_MPTCP_DIAG=m CONFIG_VETH=y CONFIG_NET_SCH_NETEM=m +CONFIG_SYN_COOKIES=y -- Gitblit v1.6.2