]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When we are about to send down to the driver layer
authorRandall Stewart <rrs@FreeBSD.org>
Wed, 27 Jan 2021 18:32:52 +0000 (13:32 -0500)
committerAlexander V. Chernikov <melifaro@FreeBSD.org>
Thu, 11 Feb 2021 21:15:22 +0000 (21:15 +0000)
commit538a81520b557f9964c5ebe912f9dff5996bed56
tree4ef137449c9d2ca0504bb1d29376980aa1672dbd
parent980ce11f30f7587bbb897c3c3bd488a06f5f6b4f
When we are about to send down to the driver layer
we need to make sure that the m_nextpkt field is NULL
else the lower layers may do unwanted things.

Reviewed By:  gallatin, melifaro
Differential Revision: https://reviews.freebsd.org/D28377

(cherry picked from commit 24a8f6d369962f189ad808f538029179b1e7dc2f)
sys/netinet6/nd6.c