1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Martine Sophie Lenders a09072c93d gnrc_ipv6_nib: add address from netif to address validation timer
The `addr` parameter of the NIB's `_handle_dad()` function can come
from anywhere (e.g. in the fallback to classic SLAAC the destination
address of the IP header is used), so putting that pointer in a timer
is not a good idea. Instead we use the version of the address that is
stored within the interface.
2019-06-18 12:05:07 +02:00
..
application_layer Merge pull request #11445 from miri64/gcoap/fix/rm-deprecated 2019-05-03 13:44:02 -04:00
ble sys/bluetil: add bluetil_addr_from_str() 2019-06-06 11:42:55 +02:00
crosslayer sys/net: NETOPT_MAX_{PACKET_SIZE -> PDU_SIZE} 2019-02-18 20:15:08 +01:00
gnrc gnrc_ipv6_nib: add address from netif to address validation timer 2019-06-18 12:05:07 +02:00
link_layer l2util: initial import 2019-03-26 21:37:20 +01:00
netdev_test sys/net: iolist updates 2018-03-06 14:00:32 +01:00
network_layer ipv6_ext: remove empty, unused module 2018-10-25 11:12:14 +02:00
routing sys: add missig <string.h> includes 2018-09-20 23:47:40 +02:00
sock sys/net/sock_util: Accept null pointers in urlsplit 2019-06-12 10:03:11 +02:00
transport_layer sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00