Searched hist:"3645 c844902bd4e173d6704fc2a37e8746904d67" (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/net/mptcp/ |
H A D | config | diff 3645c844902bd4e173d6704fc2a37e8746904d67 Wed Jan 31 22:49:47 CET 2024 Matthieu Baerts (NGI0) <matttbe@kernel.org> 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>
|