mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
159accff37
When the destination address is the loopback address (`::1`) in GNRC the selected network interface typically is `NULL`, as with GNRC no loopback interface de facto exists. So the assertion when checking if the source address is valid if `netif != NULL` fails on that check. This change fixes that issue by checking if the destination address is the loopback address, before checking the validity of the source address. |
||
---|---|---|
.. | ||
blacklist | ||
ext | ||
hdr | ||
nib | ||
whitelist | ||
gnrc_ipv6.c | ||
Makefile |