sam f49b27d477 correct pkthdr length calculation for ipv6 echo packets; after moving a packet
header with M_MOVE_PKTHDR one should not reference the packet header in the
original packet; in this case the code was assuming that m_adj would alter
m_pkthdr.len which stopped happening because M_MOVE_PKTHDR removes the
M_PKTHDR bit from m_flags

Submitted by:	Bill Fenner <fenner@research.att.com>
2003-01-05 22:37:36 +00:00
..
2003-01-03 00:19:54 +00:00
2002-12-22 05:35:03 +00:00
2002-12-18 11:46:59 +00:00
2003-01-04 17:26:35 +00:00
2003-01-05 21:36:59 +00:00