K 10 svn:author V 8 hselasky K 8 svn:date V 27 2015-11-09T11:24:59.961743Z K 7 svn:log V 364 MFC r290441: Fix for unaligned IP-header. The mbuf length fields must be set before m_adj() is called else m_adj() will not always adjust the mbuf and an unaligned read exception can trigger inside the network stack. This can happen on platforms where unaligned reads are not supported. Adjust a length check to include the 2-byte ethernet alignment while at it. END