Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2015 10:35:20 +0300
From:      Alexander V. Chernikov <melifaro@ipfw.ru>
To:        Julian Elischer <julian@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r286458 - in head/sys: net netinet netinet6
Message-ID:  <2838151439278520@web10j.yandex.ru>
In-Reply-To: <2074401439209245@web2h.yandex.ru>
References:  <201508081815.t78IF0xJ081015@repo.freebsd.org> <55C858DD.7060202@freebsd.org> <2074401439209245@web2h.yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
10.08.2015, 15:20, "Alexander V. Chernikov" <melifaro@freebsd.org>:
> 10.08.2015, 10:55, "Julian Elischer" <julian@freebsd.org>:
>> On 8/9/15 2:15 AM, Alexander V. Chernikov wrote:
>>> šAuthor: melifaro
>>> šDate: Sat Aug 8 18:14:59 2015
>>> šNew Revision: 286458
>>> šURL: https://svnweb.freebsd.org/changeset/base/286458
>>>
>>> šLog:
>>> ššššMFP r274295:
>>>
>>> šššš* Move interface route cleanup to route.c:rt_flushifroutes()
>>> šššš* Convert most of "for (fibnum = 0; fibnum < rt_numfibs; fibnum++)" users
>>> ššššššto use new rt_foreach_fib() instead of hand-rolling cycles.
>>
>> I think rt_foreach_fib() is poorly named. My expectation is that it
>> would call a function for each fib,
>> or be a macro that just iterates fibs, rather than actually walking
>> the tree.
> Yes, you're right.
> Thanks for the hint, I'll rename it to rt_foreach_fib_walk().
Committed as r286594.
>
>> rt_foreach_fib_walk() maybe.
>>
>>> šMod



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2838151439278520>