OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Jun-ichiro itojun Hagino (itojuncvs.openbsd.org)
Date: Thu Feb 08 2007 - 09:24:24 CST


CVSROOT: /cvs
Module name: src
Changes by: itojuncvs.openbsd.org 2007/02/08 08:24:24

Modified files:
        sys/net : pf.c

Log message:
compute pseudo-header checksum based on flnal destination as
ip6_dst (i'm bit skeptical about checksumming when the box is not the
final destination).
drop IPv6 jumbograms, as it could cause various funny symptoms due to
ip6_plen being 0 (yup, we should properly handle it instead).

ok by deraadt, naddy, hshoexer