Re: netfilter6: ICMPv6 type 143 doesn't match
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-05-05 22:31:18
Also in:
netfilter-devel
From: "David S. Miller" <davem@davemloft.net>
Date: 2005-05-05 22:31:18
Also in:
netfilter-devel
On Fri, 06 May 2005 00:32:31 +0200 Patrick McHardy [off-list ref] wrote:
David Stevens wrote:quoted
I'll look at it in more detail and let you know if I see any problems,Thanks. Is there a reason why these packets never hit the POST_ROUTING hook?
I think it is an oversight rather than intentional. The NDISC lookup stuff wrt. routing went back and forth implementation wise. We used to use a seperate routing table for NDISC entries, but that caused all kinds of problems wrt. IPSEC (which the seperate routing table was ironically meant to fix) so that got undone and now NDISC routes and normal routes exist in one table. So I think this oversight is just fallout from all of those changes.