1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 22:52:45 +01:00
RIOT/sys/net/gnrc
Martine Lenders a279228663 gnrc_rpl_srh: don't send error message on multicast error
A node is not supposed to send an ICMPv6 error message when the
destination or one of the addresses in the source route is multicast
but is supposed to be silently discarded (see [RFC4443] and [RFC6554]).
If we leave the `err_ptr` unset, the [node will not send an error
message][err_ptr set].

[RFC 4443]: https://tools.ietf.org/html/rfc4443#section-2.4
[RFC 6554]: https://tools.ietf.org/html/rfc6554#section-4.2
[err_ptr set]: https://github.com/RIOT-OS/RIOT/blob/9bc600a/sys/net/gnrc/network_layer/ipv6/ext/rh/gnrc_ipv6_ext_rh.c#L100-L105
2019-10-14 11:25:53 +02:00
..
application_layer gnrc_icmpv6_echo: use gnrc_netif_hdr_set_netif() also for loopback 2019-09-10 12:37:32 +02:00
link_layer sys/net/lwmac: remove not needed pkt pointer check 2019-09-20 09:01:08 +02:00
netapi gnrc_netapi: use static inline for high-level wrapper functions 2018-12-11 16:15:51 +01:00
netif gnrc_netif: adapt to new netif_t abstraction 2019-10-11 10:59:14 +02:00
netreg gnrc_netreg: use thread_has_msg_queue() for msg queue check 2018-12-19 15:39:50 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6_ext_frag: fix release on rbuf creation for n-th fragment 2019-10-10 16:41:51 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf gnrc/pktbuf: remove obsolete sys/uio.h include 2019-07-04 16:12:57 +02:00
pktbuf_malloc gnrc_pktbuf: remove gnrc_pktbuf_duplicate_upto 2019-07-03 15:09:18 +02:00
pktbuf_static gnrc_pktbuf: remove gnrc_pktbuf_duplicate_upto 2019-07-03 15:09:18 +02:00
pktdump gnrc_pktdump: add GNRC_NETTYPE_IPV6_EXT output 2018-12-14 01:37:53 +01:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc_rpl_srh: don't send error message on multicast error 2019-10-14 11:25:53 +02:00
sock net/gnrc/sock: remove duplicate net_gnrc_sock group definition 2019-08-05 16:57:37 +02:00
transport_layer Merge pull request #12379 from brummer-simon/gnrc_tcp-no_reopen_recv_window_on_closed_conn 2019-10-06 17:32:49 +02:00
Makefile gnrc_sixlowpan_frag: move public rbuf functions to their own module 2019-09-27 19:09:52 +02:00