1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
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
..
application_layer gnrc/netreg: remove usages of gnrc_netreg_num 2018-02-06 21:39:58 +01:00
link_layer gnrc: mac: DEBUG fix 2018-01-15 14:37:04 +01:00
netapi gnrc/netreg: remove usages of gnrc_netreg_num 2018-02-06 21:39:58 +01:00
netif gnrc: 6Lo fixes for BLE 2018-02-05 22:34:31 +01:00
netreg gnrc/netreg: remove gnrc_netreg_num 2018-02-06 21:41:19 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6_nib: only discard RAs without ABROs on 6LR 2018-02-15 14:40:33 +01:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf fixup! gnrc_pktbuf: move common auxiliary functions to common module 2017-06-15 15:15:02 +02:00
pktbuf_malloc gnrc_pktbuf_malloc: initial import of a malloc()-based pktbuf 2017-07-15 17:54:47 +02:00
pktbuf_static gnrc_pktbuf_static: assert that users > 0 on release 2017-11-06 15:27:44 +01:00
pktdump net: fix output in gnrc_pktdump for ccnl 2017-12-19 10:37:05 +01:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc: rpl: DEBUG fix 2018-01-15 14:37:05 +01:00
sock Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master 2017-11-27 21:12:14 +01:00
transport_layer make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
Makefile gomach: a robust traffic adaptive multichannel MAC for IoT. 2017-11-30 18:51:49 +01:00