1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Oleg Hahm 64a653496a gnrc: ndp: fix calculation of L2 address length
If no source address was provided by layer 2 or someone removed it, the calculation of its length is done using the length field from the Source/Target Link-layer Address option (https://tools.ietf.org/html/rfc4861#section-4.6.1). The length is specified as units of 8 octets. Hence, it should be multiplied by 8, not divided.
2015-10-27 20:13:50 +01:00
..
application_layer/zep gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
conn gnrc: add GNRC-specific conn implementation 2015-09-21 16:56:27 +02:00
link_layer gnrc_netapi: recover from message send errors 2015-09-29 16:58:08 +02:00
netapi gnrc netapi: switch to non-blocking IPC calls 2015-10-01 12:48:12 +02:00
netif gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
netreg gnrc netreg: make message queue mandatory 2015-10-26 10:54:05 +01:00
nettest gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
network_layer gnrc: ndp: fix calculation of L2 address length 2015-10-27 20:13:50 +01:00
pktbuf_static gnrc_pktbuf_static: print chunk addresses in stats 2015-10-05 14:18:56 +02:00
pktdump gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
routing/rpl rpl: refactoring of instances and dodags 2015-10-21 18:02:16 +02:00
transport_layer/udp gnrc_udp: fix #3707 2015-08-25 18:12:59 +02:00
Makefile gnrc_ipv6_whitelist: initial import 2015-09-28 16:59:53 +02:00