use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.
authordlg <dlg@openbsd.org>
Sat, 20 Mar 2021 01:15:28 +0000 (01:15 +0000)
committerdlg <dlg@openbsd.org>
Sat, 20 Mar 2021 01:15:28 +0000 (01:15 +0000)
commit2a78f6c46e4a7f777fd4f7fb86bcab2b86c07636
treebcae567d51099bc6d560ba6b59d740ce8f61ad43
parentb05f14bcb7799b8148de22a7e167fe4dec243d48
use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.

this ensures more stuff is copied, in particular the flowid
information. this is also how v6 does it, which makes things more
consistent.

ok bluhm@
sys/netinet/ip_output.c