From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Aleksandrov Subject: Re: [PATCH iproute2 net-next] bridge: mdb: add support for vlans Date: Tue, 28 Jul 2015 13:17:35 +0200 Message-ID: <55B764CF.2070509@cumulusnetworks.com> References: <1436975120-41319-1-git-send-email-nikolay@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: stephen@networkplumber.org, davem@davemloft.net To: netdev@vger.kernel.org Return-path: Received: from mail-wi0-f172.google.com ([209.85.212.172]:33288 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbbG1LRi (ORCPT ); Tue, 28 Jul 2015 07:17:38 -0400 Received: by wicmv11 with SMTP id mv11so174893523wic.0 for ; Tue, 28 Jul 2015 04:17:36 -0700 (PDT) In-Reply-To: <1436975120-41319-1-git-send-email-nikolay@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: On 07/15/2015 05:45 PM, Nikolay Aleksandrov wrote: > This patch allows the user to specify the vlan of the mdb group being > added or deleted and adds support for displaying the vlan when > dumping mdb information or monitoring it. It also updates the man page > to reflect the new "vid" argument for mdb. > > Signed-off-by: Nikolay Aleksandrov > --- > note: the cast in print_mdb_entry() was necessary to shut the compiler > > bridge/mdb.c | 31 +++++++++++++++++++------------ > include/linux/if_bridge.h | 1 + > man/man8/bridge.8 | 8 +++++++- > 3 files changed, 27 insertions(+), 13 deletions(-) > Hi Stephen, Just wondering what's the state of this patch because I'd like to submit some improvements in the same area and I'm wondering if I should do them on top of this patch or if I need to change something in it ? Thanks, Nik