Date: Tue, 19 Jan 2010 05:00:13 +0200 From: Nikolay Denev <ndenev@gmail.com> To: Andrew Thompson <thompsa@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r202588 - in head/sys: net netgraph Message-ID: <347EFF83-64D3-4C83-B652-C9A0F94B8FC6@gmail.com> In-Reply-To: <201001182034.o0IKY1p4070521@svn.freebsd.org> References: <201001182034.o0IKY1p4070521@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 18 Jan, 2010, at 22:34 , Andrew Thompson wrote: > Author: thompsa > Date: Mon Jan 18 20:34:00 2010 > New Revision: 202588 > URL: http://svn.freebsd.org/changeset/base/202588 >=20 > Log: > Declare a new EVENTHANDLER called iflladdr_event which signals that = the L2 > address on an interface has changed. This lets stacked interfaces = such as > vlan(4) detect that their lower interface has changed and adjust = things in > order to keep working. Previously this situation broke at least = vlan(4) and > lagg(4) configurations. >=20 > The EVENTHANDLER_INVOKE call was not placed within if_setlladdr() due = to the > risk of a loop. >=20 > PR: kern/142927 > Submitted by: Nikolay Denev >=20 > Modified: > head/sys/net/if.c > head/sys/net/if_bridge.c > head/sys/net/if_lagg.c > head/sys/net/if_var.h > head/sys/net/if_vlan.c > head/sys/netgraph/ng_eiface.c > head/sys/netgraph/ng_ether.c > head/sys/netgraph/ng_fec.c >=20 Thanks! -- Regards, Nikolay Denev
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?347EFF83-64D3-4C83-B652-C9A0F94B8FC6>