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
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