mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11e9b7c08f
Consider the following: A node tries to forward a packet to another host for which it does not know the route yet. It assumes it to be on-link and starts a neighbor solicitation, putting the node address in the destinatio cache. Later the route is known (via a second hop) but the host is still in the NIB. The result is that gnrc_ipv6_nib_get_next_hop_l2addr() ends up in the "nib: %s is in NC or on-link, start address resolution" case and does not attempt to resolve the route. This results in the host remaining unreachable even though now a route is present. |
||
---|---|---|
.. | ||
_nib-6ln.c | ||
_nib-6ln.h | ||
_nib-6lr.c | ||
_nib-6lr.h | ||
_nib-arsm.c | ||
_nib-arsm.h | ||
_nib-internal.c | ||
_nib-internal.h | ||
_nib-router.c | ||
_nib-router.h | ||
_nib-slaac.c | ||
_nib-slaac.h | ||
Kconfig | ||
Makefile | ||
nib_abr.c | ||
nib_ft.c | ||
nib_nc.c | ||
nib_pl.c | ||
nib.c |