[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20111003.121837.1947718127549678987.davem@davemloft.net>
Date: Mon, 03 Oct 2011 12:18:37 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] bridge: fix ordering of NEWLINK and NEWNEIGH events
From: Stephen Hemminger <shemminger@...tta.com>
Date: Fri, 30 Sep 2011 17:37:26 -0700
> When port is added to a bridge, the old code would send the new neighbor
> netlink message before the subsequent new link message. This bug makes
> it difficult to use the monitoring API in an application.
>
> This code changes the ordering to add the forwarding entry
> after the port is setup. One of the error checks (for invalid address)
> is moved earlier in the process to avoid having to do unwind.
>
> Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists