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 12261a3e69 gnrc_ipv6_nib: Remove stray assert() in _handle_aro()
This assertion doesn't make any sense. The function is called by
_copy_and_handle_aro() on a router which causes `nce` to be NULL
(because there is no NCE known yet) and then the function called
directly after (_reg_addr_upstream()) checks if `nce` might be NULL and
creates an NCE if necessary.
2017-11-20 06:41:08 +01:00
..
application_layer gnrc_uhcpc: adapt for route lifetime 2017-11-17 13:44:18 +01:00
link_layer gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
netapi doc: fix typos 2017-09-06 08:49:05 +02:00
netif gnrc_netif: fix DEBUG output 2017-11-20 00:35:17 +01:00
netreg gnrc_tcp : initial implementation 2017-01-22 09:27:58 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6_nib: Remove stray assert() in _handle_aro() 2017-11-20 06:41:08 +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_static fixup! gnrc_pktbuf: move common auxiliary functions to common module 2017-06-15 15:15:02 +02:00
pktdump gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl rpl: replace fib with nib 2017-11-20 00:35:17 +01:00
sock gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
transport_layer cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
Makefile gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00