1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/netif
Martine Lenders 88090bc0f6 gnrc_netif: warn when not joining solicited-nodes from non-6LN netif
Similar as with #12513, when the NIB is compiled in 6LN mode (but not
6LR mode), the address-resolution state-machine (ARSM) functionality is
disabled in favor of the more simpler address resolution proposed in RFC
6775.

However, if a non-6LN interface is also compiled in (without making it
a router or border router) it will never join the solicited-nodes
multicast address of addresses added to it, resulting in address
resolution to that interface to fail.

If the interface is not a 6LN (which in case 6LN mode is disabled is
always false), a warning is now printed, encouraging the user to
activate the ARSM functionality if needed.
2019-10-22 22:14:03 +02:00
..
ethernet gnrc_netif_ethernet: fix debug output for received packet 2019-09-16 14:01:16 +02:00
hdr gnrc_netif_hdr: make in parameters const 2019-02-21 12:43:08 +01:00
ieee802154 gnrc_netif_ieee802154: use gnrc_netif_hdr_set_netif() 2019-07-25 14:56:47 +02:00
_netif.c gnrc_netif: adapt to new netif_t abstraction 2019-10-11 10:59:14 +02:00
gnrc_netif_device_type.c gnrc_netif: introduce 6LN flag 2019-10-20 15:38:13 +02:00
gnrc_netif_raw.c netstats: collect layer 2 netstats in gnrc_netif 2019-02-01 10:35:03 +02:00
gnrc_netif.c gnrc_netif: warn when not joining solicited-nodes from non-6LN netif 2019-10-22 22:14:03 +02:00
Makefile gnrc_netif_hdr: move path resolve to gnrc_netif submodule resolution 2018-12-05 15:04:45 +01:00