Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: mptcp: add missing kconfig for NF Mangle

Since the commit mentioned below, 'mptcp_join' selftests is using
IPTables to add rules to the Mangle table, only in IPv4.

This KConfig is usually enabled by default in many defconfig, but we
recently noticed that some CI were running our selftests without them
enabled.

Fixes: b6e074e171bc ("selftests: mptcp: add infinite map testcase")
Cc: stable@vger.kernel.org
Reviewed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://lore.kernel.org/r/20240131-upstream-net-20240131-mptcp-ci-issues-v1-4-4c1c11e571ff@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Matthieu Baerts (NGI0) and committed by
Jakub Kicinski
2d41f10f 8c86fad2

+1
+1
tools/testing/selftests/net/mptcp/config
··· 23 23 CONFIG_IP_ADVANCED_ROUTER=y 24 24 CONFIG_IP_MULTIPLE_TABLES=y 25 25 CONFIG_IP_NF_FILTER=m 26 + CONFIG_IP_NF_MANGLE=m 26 27 CONFIG_IP_NF_TARGET_REJECT=m 27 28 CONFIG_IPV6_MULTIPLE_TABLES=y 28 29 CONFIG_IP6_NF_FILTER=m