Skip to content

Commit 1939f73

Browse files
committed
selftests: net: add missing config for NF_TARGET_TTL
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: c08e8ba ("selftests: add amt interface selftest script") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent cf6601e commit 1939f73

File tree

1 file changed

+1
-0
lines changed
  • tools/testing/selftests/net

1 file changed

+1
-0
lines changed

tools/testing/selftests/net/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ CONFIG_IP6_NF_NAT=m
3333
CONFIG_IP6_NF_RAW=m
3434
CONFIG_IP_NF_NAT=m
3535
CONFIG_IP_NF_RAW=m
36+
CONFIG_IP_NF_TARGET_TTL=m
3637
CONFIG_IPV6_GRE=m
3738
CONFIG_IPV6_SEG6_LWTUNNEL=y
3839
CONFIG_L2TP_ETH=m

0 commit comments

Comments
 (0)