Re: [PATCH net] selftests: net: add missing config for NF_TARGET_TTL

2024-02-01 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 31 Jan 2024 08:56:05 -0800 you wrote: > amt test uses the TTL iptables module: > > ip netns exec "${RELAY}" iptables -t mangle -I PREROUTING \ > -d 239.0.0.1 -j TTL --ttl-set 2 > > Fixes: c08e8baea78e ("s

[PATCH net] selftests: net: add missing config for NF_TARGET_TTL

2024-01-31 Thread Jakub Kicinski
amt test uses the TTL iptables module: ip netns exec "${RELAY}" iptables -t mangle -I PREROUTING \ -d 239.0.0.1 -j TTL --ttl-set 2 Fixes: c08e8baea78e ("selftests: add amt interface selftest script") Signed-off-by: Jakub Kicinski --- CC: sh...@kernel.org CC: ap420...@gmail.com CC: linu