From 1bde7184bd38113aa41d8e0185ef1890d1501850 Mon Sep 17 00:00:00 2001 From: Marc Desvaux Date: Fri, 3 Feb 2023 11:43:09 +0100 Subject: [PATCH] tests: net: igmp and igmp.preempt fix issue we have 1 IPv4 net_if addresses but 2 network interfaces we must increase CONFIG_NET_IF_MAX_IPV4_COUNT value. Signed-off-by: Marc Desvaux --- tests/net/igmp/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/net/igmp/prj.conf b/tests/net/igmp/prj.conf index 4bbbd2232ee..aaa47ade92c 100644 --- a/tests/net/igmp/prj.conf +++ b/tests/net/igmp/prj.conf @@ -20,3 +20,4 @@ CONFIG_NET_MGMT=y CONFIG_NET_MGMT_EVENT=y CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2 CONFIG_NET_IF_MCAST_IPV4_ADDR_COUNT=2 +CONFIG_NET_IF_MAX_IPV4_COUNT=2