Re: Simply use rtdeletemsg()

2015-09-30 Thread Martin Pieuchot
On 25/09/15(Fri) 13:07, Martin Pieuchot wrote: > This brings nd6_free() in line with arptfree() and adds a userland > notification for free. > > ok? Anyone? > > Index: netinet6/nd6.c > === > RCS file: /cvs/src/sys/netinet6/nd6.c,v

Re: Simply use rtdeletemsg()

2015-09-30 Thread Stuart Henderson
On 2015/09/30 10:37, Martin Pieuchot wrote: > On 25/09/15(Fri) 13:07, Martin Pieuchot wrote: > > This brings nd6_free() in line with arptfree() and adds a userland > > notification for free. > > > > ok? > > Anyone? There are two differences beside the userland notification - 1. rtdeletemsg()

Re: Simply use rtdeletemsg()

2015-09-30 Thread Martin Pieuchot
On 30/09/15(Wed) 11:21, Stuart Henderson wrote: > On 2015/09/30 10:37, Martin Pieuchot wrote: > > On 25/09/15(Fri) 13:07, Martin Pieuchot wrote: > > > This brings nd6_free() in line with arptfree() and adds a userland > > > notification for free. > > > > > > ok? > > > > Anyone? > > There are

Re: Simply use rtdeletemsg()

2015-09-30 Thread Mike Belopuhov
On Wed, Sep 30, 2015 at 10:37 +0200, Martin Pieuchot wrote: > On 25/09/15(Fri) 13:07, Martin Pieuchot wrote: > > This brings nd6_free() in line with arptfree() and adds a userland > > notification for free. > > > > ok? > > Anyone? > Since nobody has complained so far that arp is doing this, I

Simply use rtdeletemsg()

2015-09-25 Thread Martin Pieuchot
This brings nd6_free() in line with arptfree() and adds a userland notification for free. ok? Index: netinet6/nd6.c === RCS file: /cvs/src/sys/netinet6/nd6.c,v retrieving revision 1.154 diff -u -p -r1.154 nd6.c --- netinet6/nd6.c