On Friday 01 April 2016 19:22:35 Sven Eckelmann wrote:
The ipv6_to_mac function currently only checks if the EUI64 markers are present but not if the mac address is valid for a host. This has to be done to avoid invalid data in the alfred data storage.
Signed-off-by: Sven Eckelmann sven@narfation.org
alfred.h | 2 ++ batadv_query.c | 4 ++++ util.c | 15 +++++++++++++++ 3 files changed, 21 insertions(+)
Applied in revision 46b8926.
Thanks! Simon