Re: Kill ip6_forward_rt

2016-08-23 Thread Alexander Bluhm
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

2016-08-23 Thread Martin Pieuchot
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