Martine Lenders 3a8695bd0c gnrc_ipv6_nib: only discard RAs without ABROs on 6LR
[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
2018-02-15 14:40:33 +01:00
..
2017-11-10 14:19:08 +01:00
2018-01-15 14:37:05 +01:00
2018-01-15 14:37:05 +01:00
2017-09-06 08:49:05 +02:00
2016-09-05 02:22:37 +02:00
2017-06-16 16:50:54 +02:00
2018-01-15 14:37:05 +01:00
2017-09-06 08:49:05 +02:00
2016-12-16 09:48:08 +01:00
2017-09-06 16:10:36 +02:00
2016-11-09 11:59:45 +01:00
2017-11-16 14:40:16 +01:00
2017-05-24 17:54:01 +02:00
2016-04-08 23:53:46 +02:00
2017-07-03 10:55:35 +02:00
2017-10-26 15:13:11 +02:00
2017-06-27 18:05:14 +02:00
2017-12-01 12:55:44 +01:00