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 3d821ee195 gnrc_rpl: remove route before updating it
The "new" forwarding table does not update an old route but just adds
another as long as it is not *exactly* the same. However, the RPL
adaptation missed to remove the old route so RPL got easily confused
about where it actually needed to send packets.
2018-05-04 17:46:02 +02:00
..
application_layer gnrc: keep speed optimizations of c2b403f4 2018-02-22 20:40:59 +01:00
link_layer gnrc_gomach: enabling duty-cycle printing 2018-04-12 11:46:40 +02:00
netapi Revert "gnrc/netreg: remove usages of gnrc_netreg_num" 2018-02-22 20:30:03 +01:00
netif gnrc_netif: check if input for address search is :: 2018-04-03 17:38:26 +02:00
netreg gnrc_netreg: optimize gnrc_netreg_num() to use _netreg_lookup() 2018-02-22 20:39:23 +01:00
nettest
network_layer Merge pull request #8894 from beduino-project/fix-gnrc_ipv6_blacklist-build 2018-04-23 14:26:53 +02:00
pkt
pktbuf
pktbuf_malloc
pktbuf_static
pktdump
priority_pktqueue
routing/rpl gnrc_rpl: remove route before updating it 2018-05-04 17:46:02 +02:00
sock Merge pull request #8470 from miri64/gnrc_sock/enh/set-remote-netif-implicitly 2018-03-06 12:27:00 +01:00
transport_layer doc: update IPv6 RFC references 2018-04-10 15:40:18 +02:00
Makefile