From aaafabf43f192c18a7c37047901766aa7d3ef7d2 Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Tue, 1 Sep 2020 16:46:00 +0200 Subject: [PATCH] tests/gnrc_ndp: use IPv6 nettype to distinguish from payload --- tests/gnrc_ndp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gnrc_ndp/Makefile b/tests/gnrc_ndp/Makefile index d086579a44..0e40b25a98 100644 --- a/tests/gnrc_ndp/Makefile +++ b/tests/gnrc_ndp/Makefile @@ -3,6 +3,7 @@ include ../Makefile.tests_common USEMODULE += gnrc_ipv6_nib_router USEMODULE += gnrc_ndp USEMODULE += gnrc_netif +USEMODULE += gnrc_nettype_ipv6 USEMODULE += embunit USEMODULE += netdev_ieee802154 USEMODULE += netdev_test