Re: netfilter6: ICMPv6 type 143 doesn't match
"David S. Miller" <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.netfilter.devel,gmane.linux.ipv6.usagi.users,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 06 May 2005 00:32:31 +0200 Patrick McHardy <[email protected]> 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.