lkml.org 
[lkml]   [2005]   [Oct]   [2]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
Patch in this message
/
DateSun, 02 Oct 2005 22:21:58 +0800
FromYan Zheng <>
Subject[PATCH] fix ipv6 fragment ID selection at slow path
--- linux-2.6.13.2/net/ipv6/ip6_output.c	2005-09-17 09:02:12.000000000 +0800
+++ linux/net/ipv6/ip6_output.c	2005-10-02 22:12:54.000000000 +0800
@@ -701,7 +701,7 @@
 		 */
 		fh->nexthdr = nexthdr;
 		fh->reserved = 0;
-		if (frag_id) {
+		if (!frag_id) {
 			ipv6_select_ident(skb, fh);
 			frag_id = fh->identification;
 		} else
\
 
 \ /
  Last update: 2005-10-02 12:23    [W:0.224 / U:0.210 seconds]
©2003-2008 Jasper Spaans