1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/netif
Daniel Krebs cbc9121ad4 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.
2018-02-08 13:46:46 +01:00
..
hdr Merge pull request #6895 from bergzand/drivers/radio-rssi-conv 2017-11-27 23:52:15 +01:00
gnrc_netif_ethernet.c gnrc_netif: Include od when debugging 2017-12-05 14:48:02 +01:00
gnrc_netif_ieee802154.c gnrc_netif: Fix out-of-bounds buffer access in ieee802154 netif 2018-02-03 13:08:59 +01:00
gnrc_netif_raw.c sys/netif: include release of iovec in gnrc_netif_raw 2017-12-13 17:29:10 +01:00
gnrc_netif.c gnrc/netif: fix source address selection for non-matching prefixes 2018-02-08 13:46:46 +01:00
Makefile