jfv 0aa625fd3e This small little change is a bug that drove me nuts
finding. The test to compare the mbuf m_len against
a fixed value and then returning needs to be removed.

When using VLANS and doing HW_TAGGING, and IPV6, the
ICMP6 packets actually fail this condition, the constant
assumes that the tag is IN the frame, and its not, so
the length is actually tiny. Furthermore, I'm not sure
what the point was to just return??

MFC after: 3 days
2010-12-04 01:43:38 +00:00
..
2010-11-27 15:41:44 +00:00
2010-07-12 10:18:10 +00:00
2010-11-09 10:59:09 +00:00
2010-12-03 16:07:50 +00:00