Module Name: src Committed By: sborrill Date: Sat Nov 14 09:46:25 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1139 To generate a diff of this commit: cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-5.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-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.138 src/doc/CHANGES-5.1:1.1.2.139 --- src/doc/CHANGES-5.1:1.1.2.138 Fri Nov 13 20:58:23 2009 +++ src/doc/CHANGES-5.1 Sat Nov 14 09:46:25 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.138 2009/11/13 20:58:23 sborrill Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.139 2009/11/14 09:46:25 sborrill Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -14723,3 +14723,11 @@ Use hme_init() to provide a non-NULL ifp->if_init. [jakllsch, ticket #1133] +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 #1139] +