From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 07 Dec 2012 14:33:18 -0500 (EST) Message-Id: <20121207.143318.2265851271191305391.davem@davemloft.net> From: David Miller In-Reply-To: <20121207103629.GB2996@casper.infradead.org> References: <1354874688-24564-1-git-send-email-amwang@redhat.com> <20121207103629.GB2996@casper.infradead.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH net-next v5] bridge: export multicast database via netlink List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tgraf@suug.ch Cc: amwang@redhat.com, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, herbert@gondor.hengli.com.au, brouer@redhat.com, shemminger@vyatta.com From: Thomas Graf Date: Fri, 7 Dec 2012 10:36:29 +0000 > On 12/07/12 at 06:04pm, Cong Wang wrote: >> From: Cong Wang >> >> V5: fix two bugs pointed out by Thomas >> remove seq check for now, mark it as TODO >> >> V4: remove some useless #include >> some coding style fix >> >> V3: drop debugging printk's >> update selinux perm table as well >> >> V2: drop patch 1/2, export ifindex directly >> Redesign netlink attributes >> Improve netlink seq check >> Handle IPv6 addr as well >> >> This patch exports bridge multicast database via netlink >> message type RTM_GETMDB. Similar to fdb, but currently bridge-specific. >> We may need to support modify multicast database too (RTM_{ADD,DEL}MDB). >> >> (Thanks to Thomas for patient reviews) >> >> Cc: Herbert Xu >> Cc: Stephen Hemminger >> Cc: "David S. Miller" >> Cc: Thomas Graf >> Cc: Jesper Dangaard Brouer >> Signed-off-by: Cong Wang > > Acked-by: Thomas Graf Applied, thanks.