Andrew Thompson 3155122ec2 Use m_copypacket() which is an optimization of the common case
m_copym(m, 0, M_COPYALL, how).

This is required for strict alignment architectures where we align the IP
header in the input path but m_copym() will create an unaligned copy in
bridge_broadcast(). m_copypacket() preserves alignment of the first mbuf.

Noticed by:	Petri Simolin
Approved by:	mlaier (mentor)
MFC after:	3 days
2005-08-08 22:21:55 +00:00
..
2005-07-09 18:30:31 +00:00
2005-08-06 20:28:19 +00:00
2005-07-30 20:10:31 +00:00
2005-07-21 11:13:12 +00:00