Skip to content

Commit 6c8880f

Browse files
matttbedavem330
authored andcommitted
selftests: mptcp: depend on SYN_COOKIES
MPTCP selftests are using TCP SYN Cookies for quite a while now, since v5.9. Some CIs don't have this config option enabled and this is causing issues in the tests: # ns1 MPTCP -> ns1 (10.0.1.1:10000 ) MPTCP (duration 167ms) sysctl: cannot stat /proc/sys/net/ipv4/tcp_syncookies: No such file or directory # [ OK ]./mptcp_connect.sh: line 554: [: -eq: unary operator expected There is no impact in the results but the test is not doing what it is supposed to do. Fixes: fed61c4 ("selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally") Cc: [email protected] Signed-off-by: Matthieu Baerts <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 966c6c3 commit 6c8880f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

tools/testing/selftests/net/mptcp/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CONFIG_INET_DIAG=m
66
CONFIG_INET_MPTCP_DIAG=m
77
CONFIG_VETH=y
88
CONFIG_NET_SCH_NETEM=m
9+
CONFIG_SYN_COOKIES=y
910
CONFIG_NETFILTER=y
1011
CONFIG_NETFILTER_ADVANCED=y
1112
CONFIG_NETFILTER_NETLINK=m

0 commit comments

Comments
 (0)