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 Filter

Since the commit mentioned below, 'mptcp_join' selftests is using
IPTables to add rules to the Filter table.

It is then required to have IP_NF_FILTER KConfig.

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: 8d014eaa9254 ("selftests: mptcp: add ADD_ADDR timeout test case")
Cc: stable@vger.kernel.org
Reviewed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Matthieu Baerts (NGI0) and committed by
Jakub Kicinski
3645c844 b6c620dc

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