[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 03333) Re: netfilter6: ICMPv6 type 143 doesn't match



On Fri, 06 May 2005 00:32:31 +0200
Patrick McHardy <kaber@xxxxxxxxx> wrote:

> David Stevens wrote:
> > 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.