Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2004 08:02:37 +0000 (UTC)
From:      Daniel Hartmeier <dhartmei@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:  <200412130802.iBD82bPj019364@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dhartmei    2004-12-13 08:02:37 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/contrib/pf/net   pf.c 
  Log:
  MFC: IPv6 packets can contain headers (like options) before the TCP/UDP/
       ICMP6 header. pf finds the first TCP/UDP/ICMP6 header to filter by
       traversing the header chain. In the case where headers are skipped,
       the protocol checksum verification used the wrong length (included
       the skipped headers), leading to incorrectly mismatching checksums.
       Such IPv6 packets with headers were silently dropped.
  
  Revision  Changes    Path
  1.18.2.5  +7 -4      src/sys/contrib/pf/net/pf.c



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