Re: svn commit: r236501 - head/sys/netinet6

2012-06-03 Thread Bjoern A. Zeeb
On 3. Jun 2012, at 07:36 , Maksim Yevmenkin wrote: > Author: emax > Date: Sun Jun 3 07:36:59 2012 > New Revision: 236501 > URL: http://svn.freebsd.org/changeset/base/236501 > > Log: > Plug reference leak. > > Interface routes are refcounted as packets move through the stack, > and there's g

svn commit: r236501 - head/sys/netinet6

2012-06-03 Thread Maksim Yevmenkin
Author: emax Date: Sun Jun 3 07:36:59 2012 New Revision: 236501 URL: http://svn.freebsd.org/changeset/base/236501 Log: Plug reference leak. Interface routes are refcounted as packets move through the stack, and there's garbage collection tied to it so that route changes can safely prop