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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"