cvs commit: src/sys/netinet ip_input.c

Matthew Dillon dillon at apollo.backplane.com
Sat Aug 11 11:49:34 PDT 2007


:
:BTW, pf needs a similar fix for reassembled packets:=20
:http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/contrib/pf/net/pf_norm.c.diff=
:?r1=3D1.17;r2=3D1.18
:
:Not sure this will apply verbatim to your version, though.
:
:/"\  Best regards,                      | mlaier at freebsd.org

    Hmm.  It does, but it also points out another problem that we
    aren't accounting for in the normal ip defragment code which we
    will hit if we try to use csum_data to collect partial checksums
    (which we don't do yet but might do in the future).

    I'll port the fix right now.

						-Matt





More information about the Commits mailing list