]> sourceware.org Git - newlib-cygwin.git/commit
Follow the RFC6980 and silently ignore following IPv6 NDP messages
authorae@FreeBSD.org <ae@FreeBSD.org>
Fri, 15 Dec 2017 12:37:32 +0000 (12:37 +0000)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 24 Aug 2018 13:00:03 +0000 (15:00 +0200)
commitb43341334e42b30994380f74ec7c7bda4407a666
treeaf488f45760776260833c056d4ffb27ceed358ca
parentba2eaf10ad3a580fb03e294ce3ce68700f635aac
Follow the RFC6980 and silently ignore following IPv6 NDP messages

that had the IPv6 fragmentation header:
o Neighbor Solicitation
o Neighbor Advertisement
o Router Solicitation
o Router Advertisement
o Redirect

Introduce M_FRAGMENTED mbuf flag, and set it after IPv6 fragment reassembly
is completed. Then check the presence of this flag in correspondig ND6
handling routines.

PR: 224247
MFC after: 2 weeks
newlib/libc/sys/rtems/include/netinet6/in6.h
This page took 0.035388 seconds and 5 git commands to generate.