Home
last modified time | relevance | path

Searched hist:"8 c86fad2cecdc6bf7283ecd298b4d0555bd8b8aa" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/mptcp/
H A Dconfigdiff 8c86fad2cecdc6bf7283ecd298b4d0555bd8b8aa Wed Jan 31 22:49:48 CET 2024 Matthieu Baerts (NGI0) <matttbe@kernel.org> selftests: mptcp: add missing kconfig for NF Filter in v6

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

It is then required to have IP6_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: 523514ed0a99 ("selftests: mptcp: add ADD_ADDR IPv6 test cases")
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-3-4c1c11e571ff@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>