Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 07/08/2006 19:58:41
Module Name:	src
Committed By:	rpaulo
Date:		Sat Jul  8 19:58:41 UTC 2006

Modified Files:
	src/sys/netinet6: ip6_output.c

Log Message:
Add a missing piece from RFC 3542. KAME-NetBSD-current branch
revision 1.1.1.2.2.5:
	do not call pfctlinput2(PRC_MSGSIZE) on fragmentation to avoid
	notification storm

From Keiichi SHIMA:
  "In the current NetBSD code, the PRC_MSGSIZE message will be generated
   for every fragmented packets when a node is trying to send a big
   packet. That was the intermediate behavior while RFC3542 was under
   discussion."

By (obviously) the KAME project.


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 src/sys/netinet6/ip6_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.