Skip to content
Snippets Groups Projects
Commit bc320cd0 authored by Martine Lenders's avatar Martine Lenders
Browse files

tests/gnrc_netif: disable NDP emissions

This test doesn't test NDP behavior so emissions of NDP neighbor and
router solicitations is more harming than helpful. Because of that I
disabled it for this test.
parent 9720cd85
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ USEMODULE += netdev_ieee802154
USEMODULE += netdev_test
USEMODULE += od
# deactivate automatically emitted packets from IPv6 neighbor discovery
CFLAGS += -DGNRC_IPV6_NIB_CONF_ARSM=0
CFLAGS += -DGNRC_IPV6_NIB_CONF_SLAAC=0
CFLAGS += -DGNRC_IPV6_NIB_CONF_NO_RTR_SOL=1
CFLAGS += -DGNRC_NETIF_NUMOF=4
CFLAGS += -DGNRC_NETIF_ADDRS_NUMOF=16
CFLAGS += -DGNRC_NETIF_GROUPS_NUMOF=8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment