1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/gnrc_ipv6_fwd_w_sub
benpicco 857fe7d8ad
Merge pull request #18635 from benpicco/tests/gnrc_ipv6_nib_iface_up
tests: call gnrc_ipv6_nib_iface_up() after gnrc_ipv6_nib_init_iface()
2022-09-25 14:19:40 +02:00
..
tests tests: add test case for pointer confusion 2019-07-03 14:44:03 +02:00
common.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
main.c tests/gnrc_ipv6_*: avoid explicit cast to netdev 2021-07-09 11:35:21 +02:00
Makefile treewide: s/gnrc_pktbuf_cmd/shell_cmd_gnrc_pktbuf/ 2022-09-24 14:50:43 +02:00
Makefile.ci boards/stm32g031-disco,examples,tests: Added STM32G031-DISCO board 2021-10-13 12:14:45 -04:00
mockup_netif.c tests: call gnrc_ipv6_nib_iface_up() after gnrc_ipv6_nib_init_iface() 2022-09-23 17:17:42 +02:00
README.md tests: add test case for pointer confusion 2019-07-03 14:44:03 +02:00

Regression test for forwarding IPv6 packets with a sniffing subscriber

This only tests if a router can sniff its own forwarded IPv6 traffic. It is not a full IPv6 test suite.

Usage

BOARD='<your choice>' make flash test