panic: IP header len too small

Jeffrey Hsu hsu at leaf.dragonflybsd.org
Mon Jul 5 22:28:13 PDT 2004


  > 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





More information about the Kernel mailing list