From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 7 Dec 2012 10:36:29 +0000 From: Thomas Graf Message-ID: <20121207103629.GB2996@casper.infradead.org> References: <1354874688-24564-1-git-send-email-amwang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1354874688-24564-1-git-send-email-amwang@redhat.com> Sender: Thomas Graf 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: Cong Wang Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, Herbert Xu , Jesper Dangaard Brouer , Stephen Hemminger , "David S. Miller" 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