1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
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
..
crosslayer net_help: remove net_help module 2015-09-17 13:32:39 +02:00
gnrc gnrc: ndp: fix calculation of L2 address length 2015-10-27 20:13:50 +01:00
network_layer fib: reduce scope of global vars to the scope of fib_table_t 2015-10-19 10:26:41 +02:00
routing nhdp: use conn instead of socket_base 2015-09-21 21:37:13 +02:00
transport_layer gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00