From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 1/2] bridge: notify mdb changes via netlink Date: Wed, 12 Dec 2012 13:03:21 -0500 (EST) Message-ID: <20121212.130321.106719164539281219.davem@davemloft.net> References: <1355300590-2390-1-git-send-email-amwang@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: tgraf@suug.ch, netdev@vger.kernel.org, shemminger@vyatta.com, bridge@lists.linux-foundation.org, herbert@gondor.hengli.com.au To: amwang@redhat.com Return-path: In-Reply-To: <1355300590-2390-1-git-send-email-amwang@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org From: Cong Wang Date: Wed, 12 Dec 2012 16:23:07 +0800 > From: Cong Wang > > As Stephen mentioned, we need to monitor the mdb > changes in user-space, so add notifications via netlink too. > > Cc: Herbert Xu > Cc: Stephen Hemminger > Cc: "David S. Miller" > Cc: Thomas Graf > Signed-off-by: Cong Wang Applied.