[PATCH] fix ipv6 fragment ID selection at slow path

STALE7615d

2 messages, 2 authors, 2005-10-03 · open the first message on its own page

[PATCH] fix ipv6 fragment ID selection at slow path

From: Yan Zheng <hidden>
Date: 2005-10-02 14:21:30


Re: [PATCH] fix ipv6 fragment ID selection at slow path

From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2005-10-03 00:18:40

Yan Zheng [off-list ref] wrote:
quoted hunk
--- 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
This patch makes sense to me.

Please add a Signed-off-by line and send the patch to
davem@davemloft.net and yoshfuji@linux-ipv6.org.

Thanks,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} [off-list ref]
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help