* [PATCH] IPv6 IPsec AH typo
@ 2004-04-15 12:02 Masahide NAKAMURA
2004-04-16 21:53 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Masahide NAKAMURA @ 2004-04-15 12:02 UTC (permalink / raw)
To: davem; +Cc: netdev, usagi-core
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] IPv6 IPsec AH typo
2004-04-15 12:02 [PATCH] IPv6 IPsec AH typo Masahide NAKAMURA
@ 2004-04-16 21:53 ` David S. Miller
0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-04-16 21:53 UTC (permalink / raw)
To: Masahide NAKAMURA; +Cc: netdev, usagi-core
On Thu, 15 Apr 2004 21:02:23 +0900
Masahide NAKAMURA <nakam@linux-ipv6.org> wrote:
> this patch fixes a typo. Please apply it.
...
> - err = xfrm_check_output(x, skb, AF_INET);
> + err = xfrm_check_output(x, skb, AF_INET6);
It is fine, patch applied.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-16 21:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-15 12:02 [PATCH] IPv6 IPsec AH typo Masahide NAKAMURA
2004-04-16 21:53 ` David S. Miller
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).