From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <51AF47B3.2070902@cogentembedded.com> Date: Wed, 05 Jun 2013 18:14:11 +0400 From: Sergei Shtylyov MIME-Version: 1.0 References: <1370441281-11281-1-git-send-email-vyasevic@redhat.com> In-Reply-To: <1370441281-11281-1-git-send-email-vyasevic@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCHv4 net-next 0/2] Add two new flags to bridge. List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vlad Yasevich Cc: netdev@vger.kernel.org, shemminger@vyatta.com, bridge@lists.linux-foundation.org Hello. On 05-06-2013 18:07, Vlad Yasevich wrote: > The following series adds 2 new flags to bridge. One flag allows > the user to control whether mac learning is performed on the interface > or not. By default mac learning is on. > The other flag allows the user to control whether unicast traffic > is flooded (send without an fdb) to a given unicast port. Default is > on. > Changes since v4: > - Implemented Stephen's suggestions. > Changes since v2: > - removed unused "unlock" tag. > Changes since v1: > - Integrated suggestion from MST to not impact RTM_NEWNEIGH and to > skip lookups when learning is disabled. > Vlad Yasevich (2): > bridge: Add flag to control mac learning. > bridge: Add a flag to control unicast packet flood. > Vlad Yasevich (2): > bridge: Add flag to control mac learning. > bridge: Add a flag to control unicast packet flood. Hm, why your patches are listed twice? WBR, Sergei