mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
235661668d
Our `gnrc_minimal` example configures the link-local address from the IEEE 802.15.4 short address since it does not include 6Lo-ND. This causes the application to be incompatible with our other GNRC application that do include 6Lo-ND, since it [assumes][1] the link-local address to be based on the EUI-64 for address resolution. This enforces long addresses (aka EUI-64) for all IEEE 802.15.4 devices when IPv6 is compiled in so `gnrc_minimal` is compatible again to the rest. Fixes #9910 [1]: https://tools.ietf.org/html/rfc6775#section-5.2 |
||
---|---|---|
.. | ||
application_layer | ||
link_layer | ||
netapi | ||
netif | ||
netreg | ||
nettest | ||
network_layer | ||
pkt | ||
pktbuf | ||
pktbuf_malloc | ||
pktbuf_static | ||
pktdump | ||
priority_pktqueue | ||
routing/rpl | ||
sock | ||
transport_layer | ||
Makefile |