Module Name:    src
Committed By:   sborrill
Date:           Sat Nov 14 10:43:56 UTC 2009

Modified Files:
        src/doc [netbsd-4-0]: CHANGES-4.0.2

Log Message:
Ticket 1366


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-4.0.2

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

Modified files:

Index: src/doc/CHANGES-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.60 src/doc/CHANGES-4.0.2:1.1.2.61
--- src/doc/CHANGES-4.0.2:1.1.2.60	Sun Oct 18 15:49:45 2009
+++ src/doc/CHANGES-4.0.2	Sat Nov 14 10:43:56 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: CHANGES-4.0.2,v 1.1.2.60 2009/10/18 15:49:45 bouyer Exp $
+#	$NetBSD: CHANGES-4.0.2,v 1.1.2.61 2009/11/14 10:43:56 sborrill Exp $
 
 A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
 release:
@@ -940,3 +940,11 @@
 	- Don't dereference a null pointer for pkg_admin add
 	[joerg, ticket #1364]
 
+sys/netinet6/ip6_forward.c			1.67
+
+	Clear cksum flags before any further processing like
+	ip_forward does. Many drivers set the UDP/TCP v4 flags even
+	for v6 traffic and if the packet is encapsulated with gif,
+	the IPv6 header would get corrupted by ip_output.
+	[joerg, ticket #1366]
+

Reply via email to