CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/09/10 06:47:02
Modified files:
share/man/man9 : mbuf.9
sys/kern : uipc_mbuf.c
sys/net : pf_norm.c
sys/netinet : ip_input.c
sys/netinet6 : frag6.c
sys/sys : mbuf.h
Log message:
During fragment reassembly, mbuf chains with packet headers were
created. Add a new function m_removehdr() do convert packet header
mbufs within the chain to regular mbufs. Assert that the mbuf at
the beginning of the chain has a packet header.
found by Maxime Villard in NetBSD; from markus@; OK claudio@