Skip to content

Commit c499fe9

Browse files
committed
selftests: net: add missing config for amt.sh
Test needs IPv6 multicast. smcroute currently crashes when trying to install a route in a kernel without IPv6 multicast. Fixes: c08e8ba ("selftests: add amt interface selftest script") Link: https://lore.kernel.org/r/20240509161919.3939966-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent ac0a230 commit c499fe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/net

tools/testing/selftests/net/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CONFIG_IP_GRE=m
3030
CONFIG_NETFILTER=y
3131
CONFIG_NETFILTER_ADVANCED=y
3232
CONFIG_NF_CONNTRACK=m
33+
CONFIG_IPV6_MROUTE=y
3334
CONFIG_IPV6_SIT=y
3435
CONFIG_IP_DCCP=m
3536
CONFIG_NF_NAT=m

0 commit comments

Comments
 (0)