Skip to content

Commit 158b47a

Browse files
Paolo Abenidavem330
authored andcommitted
selftests: mptcp: fix dependecies
Since commit df62f2e ("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: df62f2e ("selftests/mptcp: add diag interface tests") Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Matthieu Baerts <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b9b40ee commit 158b47a

File tree

1 file changed

+2
-0
lines changed
  • tools/testing/selftests/net/mptcp

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CONFIG_MPTCP=y
22
CONFIG_MPTCP_IPV6=y
3+
CONFIG_INET_DIAG=m
4+
CONFIG_INET_MPTCP_DIAG=m
35
CONFIG_VETH=y
46
CONFIG_NET_SCH_NETEM=m

0 commit comments

Comments
 (0)