From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH net-next v5] bridge: export multicast database via netlink Date: Tue, 11 Dec 2012 16:48:56 -0800 Message-ID: <20121211164856.37ce94fe@nehalam.linuxnetplumber.net> References: <1354874688-24564-1-git-send-email-amwang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, Herbert Xu , Jesper Dangaard Brouer , Thomas Graf , "David S. Miller" To: Cong Wang Return-path: In-Reply-To: <1354874688-24564-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 On Fri, 7 Dec 2012 18:04:48 +0800 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 > Applied, but required some manual fixing. It required adding if_bridge.h to include/linux in iproute2 exported headers. Also patch still had some fuzz against current version.