]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Apply r280991 to ip6_fragment.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 10 May 2019 20:15:40 +0000 (20:15 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 10 May 2019 20:15:40 +0000 (20:15 +0000)
commitc9d337083fb46488a4f7ee2e84bf0393dff2907b
treebe7aad9aabbd4aa2bde5e863932437de7b39fe56
parent09b380a1ff90d69b28ce8c738fbd0e87eb9cc521
Apply r280991 to ip6_fragment.

This uses m_dup_pkthdr() to copy all of the metadata about a packet to
each of its fragments including VLAN tags, mbuf tags, etc. instead of
hand-copying a few fields.

Reviewed by: bz
MFC after: 1 month
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D20117
sys/netinet6/ip6_output.c