[riot-commits] [RIOT-OS/RIOT] 713153: gnrc_ipv6_nib: provide interface on packet queuein...
José Alamos
jialamos at uc.cl
Fri Nov 9 18:03:35 CET 2018
Branch: refs/heads/2018.10-branch
Home: https://github.com/RIOT-OS/RIOT
Commit: 71315330ccb880b4aab333a21c0899d86c217ded
https://github.com/RIOT-OS/RIOT/commit/71315330ccb880b4aab333a21c0899d86c217ded
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2018-11-09 (Fri, 09 Nov 2018)
Changed paths:
M sys/net/gnrc/network_layer/ipv6/nib/nib.c
Log Message:
-----------
gnrc_ipv6_nib: provide interface on packet queueing
Without this the first packet to a new link-local address will not be
delivered in non-6Lo environments, since the interface is not provided.
With this change, if an internet was provided to the address resolver it
will be stored within an allocated `gnrc_netif_hdr_t`.
At this point [IPv6 already striped](netif strip) the packet of its
netif header, so there is no risk that there will be to, in case it was
provided and the `netif` came from its existence.
(cherry picked from commit ce0c46836cced6b2a0b6d908d21a926495d1405e)
Commit: f234a57672f767f0e7585ffef465c7d176385616
https://github.com/RIOT-OS/RIOT/commit/f234a57672f767f0e7585ffef465c7d176385616
Author: José Alamos <jialamos at uc.cl>
Date: 2018-11-09 (Fri, 09 Nov 2018)
Changed paths:
M sys/net/gnrc/network_layer/ipv6/nib/nib.c
Log Message:
-----------
Merge pull request #10360 from miri64/backport/2018.10/gnrc_ipv6_nib/fix/netif_queued
gnrc_ipv6_nib: provide interface on packet queueing [backport 2018.10]
Compare: https://github.com/RIOT-OS/RIOT/compare/f30924adae15...f234a57672f7
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list