selftests: net: add missing config for NF_TARGET_TTL
authorJakub Kicinski <kuba@kernel.org>
Wed, 31 Jan 2024 16:56:05 +0000 (08:56 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Feb 2024 20:14:38 +0000 (20:14 +0000)
commit97d9d1fdde2522b7c5a433f6d3ef6fe8d23fab47
treefc4278fd78384525f7bd9d95c71696c939b23b4b
parenteb0b6fc85ca9433186495bdfd1a9be23e8dfe792
selftests: net: add missing config for NF_TARGET_TTL

[ Upstream commit 1939f738c73dfdb8389839bdc9624c765e3326e6 ]

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")
Link: https://lore.kernel.org/r/20240131165605.4051645-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/config