]> git.baikalelectronics.ru Git - kernel.git/commitdiff
selftests: mptcp: fix dependecies
authorPaolo Abeni <pabeni@redhat.com>
Fri, 7 Aug 2020 09:32:04 +0000 (11:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Aug 2020 00:22:49 +0000 (17:22 -0700)
Since commit 6aaaa43642d2 ("selftests/mptcp: add diag interface tests")
the MPTCP selftests relies on the MPTCP diag interface which is
enabled by a specific kconfig knob: be sure to include it.

Fixes: 6aaaa43642d2 ("selftests/mptcp: add diag interface tests")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/mptcp/config

index 2499824d9e1cfd1a22d28763c7c094d87eaf5c1a..8df5cb8f71ff9f36b045d3de7233f4a797f9ca94 100644 (file)
@@ -1,4 +1,6 @@
 CONFIG_MPTCP=y
 CONFIG_MPTCP_IPV6=y
+CONFIG_INET_DIAG=m
+CONFIG_INET_MPTCP_DIAG=m
 CONFIG_VETH=y
 CONFIG_NET_SCH_NETEM=m