1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc
Martine Lenders 235661668d gnrc_ipv6_nib: always configure 802.15.4 long address
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
2018-09-10 17:08:04 +02:00
..
application_layer gnrc/netreg: remove usages of gnrc_netreg_num 2018-02-06 21:39:58 +01:00
link_layer gnrc: mac: fix types according to print formatting 2018-07-19 15:13:39 +02:00
netapi Revert "gnrc/netreg: remove usages of gnrc_netreg_num" 2018-02-22 20:30:03 +01:00
netif gnrc_netif: Check return value of netdev init during thread start 2018-08-24 12:11:12 +02:00
netreg gnrc_netreg: make message queue requirement more visible 2018-05-29 19:21:48 +02:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6_nib: always configure 802.15.4 long address 2018-09-10 17:08:04 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf fixup! gnrc_pktbuf: move common auxiliary functions to common module 2017-06-15 15:15:02 +02:00
pktbuf_malloc gnrc/pktbuf: Const correctness on gnrc_pktbuf_add 2018-06-15 00:44:23 +02:00
pktbuf_static gnrc_pktbuf_static: reduce checks to be in line with new alignment 2018-06-27 17:19:34 +02:00
pktdump sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl Merge pull request #9854 from bergzand/pr/rpl/pass_opt_len 2018-09-03 14:20:12 +02:00
sock gnrc_sock_udp: use sock's local end-point for listening 2018-06-28 17:25:26 +02:00
transport_layer gnrc_udp: assert ports not zero 2018-08-06 16:09:22 +02:00
Makefile gomach: a robust traffic adaptive multichannel MAC for IoT. 2017-11-30 18:51:49 +01:00