Re: [PATCH] selftests/bpf: Fix bpf_nf selftest failure

2025-04-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Wed, 9 Apr 2025 15:26:33 +0530 you wrote: > For systems with missing iptables-legacy tool, this selftest fails. > > Add check to find if iptables-legacy tool is available and skip the > test if the tool is missin

[PATCH] selftests/bpf: Fix bpf_nf selftest failure

2025-04-09 Thread Saket Kumar Bhaskar
For systems with missing iptables-legacy tool, this selftest fails. Add check to find if iptables-legacy tool is available and skip the test if the tool is missing. Fixes: de9c8d848d90 ("selftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy test") Signed-off-by: Saket Kumar B