From: Masahide NAKAMURA <nakam@linux-ipv6.org>
To: davem@redhat.com
Cc: netdev@oss.sgi.com, usagi-core@linux-ipv6.org
Subject: [PATCH] IPv6 IPsec AH typo
Date: Thu, 15 Apr 2004 21:02:23 +0900 [thread overview]
Message-ID: <20040415210223.24aabc4a@localhost> (raw)
Hello,
this patch fixes a typo. Please apply it.
Thanks,
--- linux-2.6.5.orig/net/ipv6/ah6.c Sun Apr 4 12:37:36 2004
+++ linux-2.6.5/net/ipv6/ah6.c Thu Apr 15 20:38:48 2004
@@ -162,7 +162,7 @@
}
spin_lock_bh(&x->lock);
- err = xfrm_check_output(x, skb, AF_INET);
+ err = xfrm_check_output(x, skb, AF_INET6);
if (err)
goto error;
--
Masahide NAKAMURA
next reply other threads:[~2004-04-15 12:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-15 12:02 Masahide NAKAMURA [this message]
2004-04-16 21:53 ` [PATCH] IPv6 IPsec AH typo David S. Miller
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=20040415210223.24aabc4a@localhost \
--to=nakam@linux-ipv6.org \
--cc=davem@redhat.com \
--cc=netdev@oss.sgi.com \
--cc=usagi-core@linux-ipv6.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.