Date: Sat, 11 Sep 2004 11:18:25 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/pf/net pf.c Message-ID: <200409111118.i8BBIPiH092494@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mlaier 2004-09-11 11:18:25 UTC
FreeBSD src repository
Modified files:
sys/contrib/pf/net pf.c
Log:
One more round on the H/W supported checksum code: Fix NICs that can't do
the pseudo header. We really need the TCP packet length here. This happens
to end up in ip->ip_len in tcp_input.c, but here we should get it from the
len function variable instead.
Submitted by: yongari
Tested by: Nicolas Linard, yongari (sparc64 + hme)
MFC after: 5 days
Revision Changes Path
1.19 +2 -3 src/sys/contrib/pf/net/pf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409111118.i8BBIPiH092494>
