mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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 |
||
---|---|---|
.. | ||
application_layer | ||
link_layer | ||
netapi | ||
netif | ||
netreg | ||
nettest | ||
network_layer | ||
pkt | ||
pktbuf | ||
pktbuf_malloc | ||
pktbuf_static | ||
pktdump | ||
priority_pktqueue | ||
routing/rpl | ||
sock | ||
transport_layer | ||
Makefile |