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

Max Laier mlaier at FreeBSD.org
Sat Sep 11 04:18:26 PDT 2004


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


More information about the cvs-all mailing list