Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 12:38:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 224247] [patch] RFC 6980 requires to drop fragmented IPv6 neighbour discovery
Message-ID:  <bug-224247-2472-HVQHwmHgWf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224247-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224247-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224247

--- Comment #6 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ae
Date: Fri Dec 15 12:37:32 UTC 2017
New revision: 326876
URL: https://svnweb.freebsd.org/changeset/base/326876

Log:
  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 reassemb=
ly
  is completed. Then check the presence of this flag in correspondig ND6
  handling routines.

  PR:           224247
  MFC after:    2 weeks

Changes:
  head/sys/netinet6/frag6.c
  head/sys/netinet6/icmp6.c
  head/sys/netinet6/in6.h
  head/sys/netinet6/nd6_nbr.c
  head/sys/netinet6/nd6_rtr.c

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224247-2472-HVQHwmHgWf>