Re: Kill ip6_forward_rt
On Tue, Aug 23, 2016 at 01:10:02PM +0200, Martin Pieuchot wrote: > @@ -414,43 +414,23 @@ ip6_input(struct mbuf *m) > goto hbhcheck; > } > > + > /* >* Unicast check >*/ Useless new line. OK bluhm@
Kill ip6_forward_rt
This follows the direction of IPv4. The idea is to stop using a single cache entry and continue the cleanup to be able to cache route entries in PF state keys. Since we're no longer using a single cache entry the destination & rtableid checks become obsolete. As for IPv4 the rule I'm trying to f