From: Yan Zheng <yzcorp@gmail.com>
To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, roque@di.fc.ul.pt
Subject: [PATCH] fix ipv6 fragment ID selection at slow path
Date: Sun, 02 Oct 2005 22:21:58 +0800 [thread overview]
Message-ID: <433FED06.8070806@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 332 bytes --]
--- 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
next reply other threads:[~2005-10-02 14:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-02 14:21 Yan Zheng [this message]
2005-10-03 0:18 ` [PATCH] fix ipv6 fragment ID selection at slow path Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=433FED06.8070806@gmail.com \
--to=yzcorp@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=roque@di.fc.ul.pt \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).