mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cbc9121ad4
According to RFC 6724 ch. 5 rule 8, the source address candidate with the longest matching prefix has to be selected. The current implementation discards source addresses that have no matching prefix (`match = 0`) which is perfectly fine for any global address. |
||
---|---|---|
.. | ||
hdr | ||
gnrc_netif_ethernet.c | ||
gnrc_netif_ieee802154.c | ||
gnrc_netif_raw.c | ||
gnrc_netif.c | ||
Makefile |