mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
ipv6: fix IPv6 address matching algorithm
This commit is contained in:
parent
1831bd8a47
commit
ba1527593f
@ -301,6 +301,8 @@ uint8_t ipv6_get_addr_match(const ipv6_addr_t *src,
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user