From: Patrick McHardy <kaber@trash.net>
To: yoshfuji@linux-ipv6.org
Cc: netdev@vger.kernel.org, netfilter-devel@lists.netfilter.org,
herbert@gondor.apana.org.au
Subject: Re: [NF+IPsec 3/6]: IPsec output hooks
Date: Mon, 17 Oct 2005 02:42:30 +0200 [thread overview]
Message-ID: <4352F376.80808@trash.net> (raw)
In-Reply-To: <20051017.093724.14937255.yoshfuji@linux-ipv6.org>
YOSHIFUJI Hideaki / ^[$B5HF#1QL@^[ wrote:
> In article <4352EEC0.9050507@trash.net> (at Mon, 17 Oct 2005 02:22:24 +0200), Patrick McHardy <kaber@trash.net> says:
>
>
>>diff --git a/net/ipv6/ip6_input.c b/net/ipv6/ip6_input.c
>>--- a/net/ipv6/ip6_input.c
>>+++ b/net/ipv6/ip6_input.c
>>@@ -250,9 +250,9 @@ int ip6_mc_input(struct sk_buff *skb)
>>
>> if (deliver) {
>> skb2 = skb_clone(skb, GFP_ATOMIC);
>>- dst_output(skb2);
>>+ ip_dst_output(skb2);
>> } else {
>>- dst_output(skb);
>>+ ip_dst_output(skb);
>> return 0;
>> }
>> }
>
>
> ip6_dst_output()?
Thanks, fixed in my local tree.
prev parent reply other threads:[~2005-10-17 0:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-17 0:22 [NF+IPsec 3/6]: IPsec output hooks Patrick McHardy
2005-10-17 0:37 ` YOSHIFUJI Hideaki / 吉藤英明
2005-10-17 0:42 ` Patrick McHardy [this message]
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=4352F376.80808@trash.net \
--to=kaber@trash.net \
--cc=herbert@gondor.apana.org.au \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@lists.netfilter.org \
--cc=yoshfuji@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.