From: Peter Bieringer <pb@bieringer.de>
To: usagi-users@linux-ipv6.org
Cc: yasuyuki.kozakai@toshiba.co.jp, netdev@oss.sgi.com,
laforge@gnumonks.org, kaber@trash.net,
netfilter-devel@lists.netfilter.org
Subject: Re: (usagi-users 03190) Re: netfilter6: ICMPv6 type 143 doesn't match
Date: Tue, 11 Jan 2005 20:56:35 +0100 [thread overview]
Message-ID: <60EEE488578EBAD1D9924A43@worker.muc.bieringer.de> (raw)
In-Reply-To: <20050110131709.GB16911@suse.de>
--On Monday, January 10, 2005 02:17:09 PM +0100 Olaf Kirch <okir@suse.de>
wrote:
> On Sat, Jan 08, 2005 at 12:45:14PM +0100, Peter Bieringer wrote:
>> - ptr = IPV6_HDR_LEN;
>> + ptr = ((u8*)skb->nh.raw - skb->data) + IPV6_HDR_LEN;
> [...]
>> But it won't help :-((
>
> The following works for me on 2.6.8:
>
> ptr = ((char *) ipv6 - (char *) skb->data) + IPV6_HDR_LEN;
>
> Older 2.6 kernels also do not call ipv6_skip_exthdr() in icmp6_match();
> more recent kernels fix this.
>
> Olaf
I'll be very happy now that I can report that on a recompiled 2.6.10
(latest Fedora Core 3 update), this patch works for me. I will file a RH
bugzilla entry for that and the esp match problem.
Thank you all very much for helping!
Peter
--
Dr. Peter Bieringer http://www.bieringer.de/pb/
GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de
Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
next prev parent reply other threads:[~2005-01-11 19:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-25 17:47 netfilter6: ICMPv6 type 143 doesn't match Peter Bieringer
2004-12-27 4:17 ` Yasuyuki Kozakai
2004-12-27 9:02 ` YOSHIFUJI Hideaki / 吉藤英明
2005-01-02 9:12 ` netfilter6: ICMPv6 type 143 doesn't match (130 also not) Peter Bieringer
2005-01-08 11:45 ` (usagi-users 03180) Re: netfilter6: ICMPv6 type 143 doesn't match Peter Bieringer
2005-01-09 17:41 ` (usagi-users 03187) " Peter Bieringer
2005-01-10 13:17 ` (usagi-users 03180) " Olaf Kirch
2005-01-11 19:56 ` Peter Bieringer [this message]
2005-05-05 19:53 ` Patrick McHardy
2005-05-05 20:20 ` Patrick McHardy
2005-05-05 21:34 ` David S. Miller
2005-05-05 22:26 ` David Stevens
2005-05-05 22:32 ` Patrick McHardy
2005-05-05 22:31 ` David S. Miller
2005-05-05 22:50 ` Patrick McHardy
2005-05-06 13:22 ` Herbert Xu
2005-05-06 14:39 ` Patrick McHardy
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=60EEE488578EBAD1D9924A43@worker.muc.bieringer.de \
--to=pb@bieringer.de \
--cc=kaber@trash.net \
--cc=laforge@gnumonks.org \
--cc=netdev@oss.sgi.com \
--cc=netfilter-devel@lists.netfilter.org \
--cc=usagi-users@linux-ipv6.org \
--cc=yasuyuki.kozakai@toshiba.co.jp \
/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.