Re: netfilter6: ICMPv6 type 143 doesn't match
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-05-05 21:34:12
Also in:
netfilter-devel
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-05-05 21:34:12
Also in:
netfilter-devel
On Thu, 05 May 2005 22:20:05 +0200 Patrick McHardy [off-list ref] wrote:
Patrick McHardy wrote:quoted
Yasuyuki Kozakai wrote:quoted
Well, the Multicast Listener Report seems that skb->data != skb->nh.ipv6h when interface is up. But IPv6 netfilter modules assumes that skb->data == skb->nh.ipv6h like IPv4 netfilter modules. folks, is this wrong or bad asumption ? If so, I'll fix this problem in many modules as follows.Sorry for getting back to this so late, I must have missed it at the time. Anyway, I think it would be safer to restore netfilters assumption by doing something like this patch. If everyone is fine with it I'm going to add it to my pending netfilter patches for 2.6.13.The last patch left some unreachable code.
This looks OK with me, I hope it doesn't inadvertantly break anything.