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/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent ac0a230 commit c499fe9

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