svn commit: r290603 - in head/sys: net netgraph netinet

Steven Hartland steven.hartland at multiplay.co.uk
Sat Nov 14 00:00:19 UTC 2015


On 13/11/2015 22:54, Gleb Smirnoff wrote:
>    Alexander,
>
> On Mon, Nov 09, 2015 at 10:11:15AM +0000, Alexander V. Chernikov wrote:
> A> Author: melifaro
> A> Date: Mon Nov  9 10:11:14 2015
> A> New Revision: 290603
> A> URL: https://svnweb.freebsd.org/changeset/base/290603
> A>
> A> Log:
> A>   Use lladdr_event to propagate gratiotus arp.
> A>
> A>   Differential Revision:	https://reviews.freebsd.org/D4019
>
> Looking into a diff a lame question emerges: why can't the call
> to EVENTHANDLER_INVOKE() moved right into the end of the
> if_setlladdr()?
>
This would indeed be a good change, not only does it eliminate duplicate 
code, simplifying things but it also ensures the event is fired if more 
callers are added.

     Regards
     Steve


More information about the svn-src-all mailing list