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/nib
Fabian Hüßler 2139b51cb5 gnrc/nib: only enable RTR_ADV on RA if MULTIHOP_P6C is enabled
If multihop distribution is not done using RA messages, then the
routers follow [RFC4861], which states that they merely do some
consistency checks; in this case, nothing in Section 8.1 applies.

 - https://datatracker.ietf.org/doc/html/rfc6775#section-8.1
2022-04-13 00:20:52 +02:00
..
_nib-6ln.c gnrc/ipv6nib: remove the need for evtimer-minutes 2022-01-13 15:17:24 +01:00
_nib-6ln.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
_nib-6lr.c gnrc_ipv6_nib: prevent NULL pointer dereference on nib exhaustion 2020-12-08 20:41:06 +01:00
_nib-6lr.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
_nib-arsm.c gnrc_ipv6_nib: make use of _nib_onl_nc_get() 2021-07-22 13:37:12 +02:00
_nib-arsm.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
_nib-internal.c gnrc/nib: consolidate prefix removal code in _nib_offl_remove_prefix() 2021-08-25 17:23:21 +02:00
_nib-internal.h gnrc/ipv6nib: remove the need for evtimer-minutes 2022-01-13 15:17:24 +01:00
_nib-router.c gnrc/ipv6nib: remove the need for evtimer-minutes 2022-01-13 15:17:24 +01:00
_nib-router.h gnrc/nib: consolidate prefix removal code in _nib_offl_remove_prefix() 2021-08-25 17:23:21 +02:00
_nib-slaac.c sys/net/dhcpv6: Add IA_NA implementation 2021-08-11 19:15:35 +02:00
_nib-slaac.h gnrc/nib: Move GNRC_IPV6_NIB_CONF_SLAAC to 'CONFIG_' namespace 2020-03-31 18:07:05 +02:00
Kconfig gnrc_ipv6_nib: queue packets that trigger probing on border router 2021-10-04 17:25:36 +02:00
Makefile gnrc_ipv6_nib: initial import of internal NIB functions 2017-06-09 21:52:37 +02:00
nib_abr.c gnrc/ipv6nib: remove the need for evtimer-minutes 2022-01-13 15:17:24 +01:00
nib_ft.c sys/*: add missing include of assert.h 2020-10-22 11:13:09 +02:00
nib_nc.c sys/*: add missing include of assert.h 2020-10-22 11:13:09 +02:00
nib_pl.c gnrc/nib: consolidate prefix removal code in _nib_offl_remove_prefix() 2021-08-25 17:23:21 +02:00
nib.c gnrc/nib: only enable RTR_ADV on RA if MULTIHOP_P6C is enabled 2022-04-13 00:20:52 +02:00