mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
88090bc0f6
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. |
||
---|---|---|
.. | ||
ethernet | ||
hdr | ||
ieee802154 | ||
_netif.c | ||
gnrc_netif_device_type.c | ||
gnrc_netif_raw.c | ||
gnrc_netif.c | ||
Makefile |