mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
[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