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
..
2018-05-21 16:37:38 +02:00
2018-03-06 14:00:32 +01:00
2018-03-06 14:00:32 +01:00
2018-04-06 11:18:53 +02:00
2018-07-20 11:48:29 +02:00
2018-06-11 19:12:02 +02:00
2015-08-30 14:00:33 +02:00