-
- Downloads
gnrc/netif: fix source address selection for non-matching prefixes
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.
Please register or sign in to comment