1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Martine Lenders 06aa65e1ba
gnrc_ipv6_nib: don't ignore PL for route
When pinging to a prefix for which there is a prefix list entry on the
node (so no next hop) but a default route, a packet to a non-existent
address under that prefix results in the packet being forwarded to the
default route instead. This fixes it, so the node tries address
resolution on the interface the prefix list entry is associated to.
2020-03-24 18:19:18 +01:00
..
application_layer cord/ep: Update for gcoap API change 2018-11-24 07:09:25 -05:00
crosslayer sys: netopt: add busy option 2018-05-21 16:37:38 +02:00
gnrc gnrc_ipv6_nib: don't ignore PL for route 2020-03-24 18:19:18 +01:00
link_layer sys/net: iolist updates 2018-03-06 14:00:32 +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
skald sys/net: added Skald 2018-04-06 11:18:53 +02:00
sock sock_util: Limit recursion in str2ep 2018-07-20 11:48:29 +02:00
transport_layer sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt