> Should we move the ip_hl check to before the fragment code or should > we change the ip_hl check in ip_input to not panic ? We should move the length check up. The IP spec says the minimum datagram transmit size is 68 bytes, so we should never have to fragment an IP header. Jeffrey