From b5dd8c3807b8376ca2db97a4b99fb0a7edc5c09d Mon Sep 17 00:00:00 2001 From: Koen Zandberg <koen@bergzand.net> Date: Wed, 17 Jan 2018 16:25:26 +0100 Subject: [PATCH] tests/gnrc_ipv6_ext: Increase ipv6 addr numof --- tests/gnrc_ipv6_ext/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 6ad7974e6e..36253d2beb 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -22,6 +22,8 @@ USEMODULE += gnrc_udp # Add also the shell, some shell commands USEMODULE += ps +CFLAGS += -DGNRC_NETIF_IPV6_ADDRS_NUMOF=3 + include $(RIOTBASE)/Makefile.include # The test can check more things with ENABLE_DEBUG set to 1 in gnrc_ipv6.c -- GitLab