Re: ip6_input() refactoring

2016-11-23 Thread Alexander Bluhm
On Tue, Nov 22, 2016 at 03:31:05PM +0100, Martin Pieuchot wrote: > This diff merges two "#ifdef MROUTING" blocks. It's one more step > towards splitting ip6_input() in two. Which is a requirement to > unlock the forwarding path without messing with the receiving path. > > ok? The only functiona

ip6_input() refactoring

2016-11-22 Thread Martin Pieuchot
This diff merges two "#ifdef MROUTING" blocks. It's one more step towards splitting ip6_input() in two. Which is a requirement to unlock the forwarding path without messing with the receiving path. ok? Index: netinet6/ip6_input.c =