From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Yasevich Subject: Re: [PATCHv4 net-next 0/2] Add two new flags to bridge. Date: Wed, 05 Jun 2013 10:18:46 -0400 Message-ID: <51AF48C6.6050206@redhat.com> References: <1370441281-11281-1-git-send-email-vyasevic@redhat.com> <51AF47B3.2070902@cogentembedded.com> Reply-To: vyasevic@redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, shemminger@vyatta.com, bridge@lists.linux-foundation.org To: Sergei Shtylyov Return-path: In-Reply-To: <51AF47B3.2070902@cogentembedded.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 06/05/2013 10:14 AM, Sergei Shtylyov wrote: > 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? > Copy-paste error using prior version description. There are only 2 patches. Sorry about that. -vlad > WBR, Sergei >