Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 RIOT-OS#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.
- Loading branch information