K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-12-27T17:43:25.000000Z K 7 svn:log V 402 Bridged packets are supplied to the firewall with their IP header in network byte order, but icmp_error() expects the IP header to be in host order and the code here did not perform the necessary swapping for the bridged case. This bug causes an "icmp_error: bad length" panic when certain length IP packets (e.g. ip_len == 0x100) are rejected by the firewall with an ICMP response. MFC after: 3 days END