1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/ethos
Benjamin Valentin d955836187 drivers/ethos: use luid_get_eui48()
Previously the MAC address of the border router was entirely random.
That meant that as a DHCPv6 client it would get a new prefix with every
reboot.

Due to #12210 the nodes will never use the new address.

Fix this by using luid_get_eui48() which will always return the same
address across reboots.

It also makes the code simpler.
2020-04-24 21:18:21 +02:00
..
ethos.c drivers/ethos: use luid_get_eui48() 2020-04-24 21:18:21 +02:00
Makefile drivers: net: add ethos (ethernet over serial) driver 2016-02-07 19:15:14 +01:00