Re: recursive splsoftnet() in ND6

2016-11-28 Thread Alexander Bluhm
On Mon, Nov 28, 2016 at 12:31:39PM +0100, Martin Pieuchot wrote: > This kill multiple recursive splsoftnet(), ok? OK bluhm@ > > Index: netinet6/nd6.h > === > RCS file: /cvs/src/sys/netinet6/nd6.h,v > retrieving revision 1.64 > diff

recursive splsoftnet() in ND6

2016-11-28 Thread Martin Pieuchot
This kill multiple recursive splsoftnet(), ok? Index: netinet6/nd6.h === RCS file: /cvs/src/sys/netinet6/nd6.h,v retrieving revision 1.64 diff -u -p -r1.64 nd6.h --- netinet6/nd6.h 21 Nov 2016 10:52:08 - 1.64 +++ netine