cvs commit: src/sys/contrib/pf/net pf.c

Max Laier mlaier at FreeBSD.org
Fri Sep 17 11:11:10 PDT 2004


mlaier      2004-09-17 18:11:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/contrib/pf/net   pf.c 
  Log:
  MFC pf.c, rev. 1.19:
    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)
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.18.2.1  +2 -3      src/sys/contrib/pf/net/pf.c


More information about the cvs-src mailing list