Module Name: src
Committed By: sborrill
Date: Sat Nov 14 10:40:43 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1366
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.182 -r1.1.2.183 src/doc/CHANGES-4.1
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.1
diff -u src/doc/CHANGES-4.1:1.1.2.182 src/doc/CHANGES-4.1:1.1.2.183
--- src/doc/CHANGES-4.1:1.1.2.182 Sun Oct 18 15:50:11 2009
+++ src/doc/CHANGES-4.1 Sat Nov 14 10:40:43 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.182 2009/10/18 15:50:11 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.183 2009/11/14 10:40:43 sborrill Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3893,3 +3893,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]
+