Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2011 17:43:04 +0000 (UTC)
From:      Ermal Luçi <eri@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <201107041743.p64HhNk0072768@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
eri         2011-07-04 17:43:04 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  SVN rev 223765 on 2011-07-04 17:43:04Z by eri
  
  pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as an optimization.
  This makes pf find the wrong state and cause errors reported with state mismatches.
  Clear the cached state link on the pf(4) tag to avoid the state mismatches.
  
  Approved by:    bz
  
  Revision  Changes    Path
  1.381     +1 -0      src/sys/netinet/tcp_subr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107041743.p64HhNk0072768>