1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer/ipv6
Martine Lenders 555c62de51
gnrc_ipv6_nib: set NCE stale on incoming ARO
In accordance with RFC 6775, section 5.2 an NCE should be set STALE
when an ARO renews the address registration for the address:

> The routers SHOULD NOT garbage-collect Registered NCEs (see
> Section 3.4), since they need to retain them until the Registration
> Lifetime expires.  Similarly, if NUD on the router determines that
> the host is UNREACHABLE (based on the logic in [RFC4861]), the NCE
> SHOULD NOT be deleted but rather retained until the Registration
> Lifetime expires.  A renewed ARO should mark the cache entry as
> STALE.  Thus, for 6LoWPAN routers, the Neighbor Cache doesn't behave
> like a cache.  Instead, it behaves as a registry of all the host
> addresses that are attached to the router.
2020-09-24 13:13:43 +02:00
..
blacklist treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
ext treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
hdr gnrc_ipv6_hdr: make HDR_NETTYPE dependent on nettype module 2020-09-08 12:53:29 +02:00
nib gnrc_ipv6_nib: set NCE stale on incoming ARO 2020-09-24 13:13:43 +02:00
whitelist treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
gnrc_ipv6.c sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00