CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/28 10:36:16
Modified files:
sys/netinet : ip_ether.c
Log message:
Normalize mbuf after prepending space for the header since the data
in the mbuf my be improperly aligned. Whenever a function is
reinjecting packets from low level output functions into high level
output functions (like ip_output) it must be guaranteed that the
mbuf data is properliy aligned.
OK blambert@, deraadt@
