1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer/ipv6/nib
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
..
_nib-6ln.c gnrc_ipv6_nib: gnrc_netif_iid_to_addr() instead of _reverse_iid() 2018-12-06 14:41:30 +01:00
_nib-6ln.h gnrc_ipv6_nib: fallback to SLAAC if ARO is ignored by upstream 2018-08-09 10:56:36 +02:00
_nib-6lr.c gnrc: nib: DEBUG fix 2018-01-15 14:37:05 +01:00
_nib-6lr.h gnrc_netif: assume flag settings on compile time 2017-12-19 12:04:36 +01:00
_nib-arsm.c gnrc_ipv6_nib: remove ESP-Now related code-duplication 2018-11-29 15:32:29 +01:00
_nib-arsm.h doc: Fix 'must not'/'may not' wording 2017-12-19 09:00:12 +01:00
_nib-internal.c gnrc_ipv6_nib: don't ignore PL for route 2020-03-24 18:19:18 +01:00
_nib-internal.h sys: add missig <string.h> includes 2018-09-20 23:47:40 +02:00
_nib-router.c gnrc_ipv6_nib_router: add support to send RDNSSO 2018-07-05 11:09:34 +02:00
_nib-router.h gnrc_netif: rename IPv6 address "setters" 2017-12-13 13:50:39 +01:00
_nib-slaac.c gnrc_ipv6_nib: include SLAAC debug addr_str into #ifdef 2018-08-06 14:51:34 +02:00
_nib-slaac.h gnrc_ipv6_nib: add full RFC4862 DAD support 2018-05-31 17:11:25 +02:00
Makefile gnrc_ipv6_nib: initial import of internal NIB functions 2017-06-09 21:52:37 +02:00
nib_abr.c gnrc_ipv6_nib: provide component to handle ABRO 2017-10-06 22:09:53 +02:00
nib_ft.c gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
nib_nc.c gnrc_ipv6_nib: Allow l2addr == NULL for gnrc_ipv6_nib_nc_set() 2017-11-29 17:26:45 +01:00
nib_pl.c gnrc_ipv6_nib_pl: return early if PL entry wasn't allocated 2018-11-09 15:40:46 +01:00
nib.c gnrc_ipv6: send IPv6 error messages where appropriate 2018-11-16 17:39:16 +01:00