mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
3a8695bd0c
[RFC6775] only talks of *routers* processing router advertisements, with regards of discarding them if they do not contain an ABRO. Additionally, this change makes configuration of tests setups a lot easier, where one note is a router distributing a prefix and the other is a host to be configured with the RA. Just do the following on the router: ``` > ifconfig <if> add <GUA> > ifconfig <if> rtr_adv ``` e voilà! In current master both nodes would have needed to be compiled with `GNRC_IPV6_NIB_CONF_MULTIHOP_P6C=0`. [RFC6775]: https://tools.ietf.org/html/rfc6775#section-8.1.3 |
||
---|---|---|
.. | ||
_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 | ||
Makefile | ||
nib_abr.c | ||
nib_ft.c | ||
nib_nc.c | ||
nib_pl.c | ||
nib.c |