From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amine Kherbouche Subject: Re: [RFC net-next v2] bridge lwtunnel, VPLS & NVGRE Date: Mon, 11 Sep 2017 09:02:20 +0100 Message-ID: <6a538120-1941-7e81-c942-e97adeff2e3d@6wind.com> References: <20170821171523.951260-1-equinox@diac24.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: roopa@cumulusnetworks.com, stephen@networkplumber.org To: David Lamparter , netdev@vger.kernel.org, bridge@lists.linux-foundation.org Return-path: Received: from mail-wr0-f172.google.com ([209.85.128.172]:33486 "EHLO mail-wr0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbdIKICY (ORCPT ); Mon, 11 Sep 2017 04:02:24 -0400 Received: by mail-wr0-f172.google.com with SMTP id a43so12765147wrc.0 for ; Mon, 11 Sep 2017 01:02:23 -0700 (PDT) In-Reply-To: <20170821171523.951260-1-equinox@diac24.net> Sender: netdev-owner@vger.kernel.org List-ID: Hi David, Do you plan to send a v3? On 21/08/2017 18:15, David Lamparter wrote: > Hi all, > > > this is an update on the earlier "[RFC net-next] VPLS support". Note > I've changed the subject lines on some of the patches to better reflect > what they really do (tbh the earlier subject lines were crap.) > > As previously, iproute2 / FRR patches are at: > - https://github.com/eqvinox/vpls-iproute2 > - https://github.com/opensourcerouting/frr/commits/vpls > while this patchset is also available at: > - https://github.com/eqvinox/vpls-linux-kernel > (but please be aware that I'm amending and rebasing commits) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=wBMWm490ahezJ/IA+4M+qw76Cbb1xhTctN7XFvFhuQY=; b=pzeP7oAUzi91UgtokmTXQshamcy4Xd0VZRi5DVHNs7NOazZLOCTjukfOpjxEcS0wLL +WUiEilh6u4gbPQ5DrtU0bmSbDLvM0RfIrj+yByEo+ykRYuT4I0WL1Tb3jYfvDuAFhfq jxJ1N7Y1dK5klVv5/gp10vjoOJoCKLfM4XqYZKZk2GY420XqHQGCSozN0HpYuPVdBIxH hhqJ59xSIMmwZEQIJQrfmbBpCf+7ksXbuPLWTIBbwc/EKqEEexmTUp9DfppqSeQ+14/v akLHrK2BuehnhtGJxGxSCChaNUqbskETojdEEHg4Na/hYTTfPrVal/GtQ3+Wt48/sGWR P1FA== References: <20170821171523.951260-1-equinox@diac24.net> From: Amine Kherbouche Message-ID: <6a538120-1941-7e81-c942-e97adeff2e3d@6wind.com> MIME-Version: 1.0 In-Reply-To: <20170821171523.951260-1-equinox@diac24.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [RFC net-next v2] bridge lwtunnel, VPLS & NVGRE List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 11 Sep 2017 08:02:25 -0000 To: David Lamparter , netdev@vger.kernel.org, bridge@lists.linux-foundation.org Cc: roopa@cumulusnetworks.com Hi David, Do you plan to send a v3? On 21/08/2017 18:15, David Lamparter wrote: > Hi all, > > > this is an update on the earlier "[RFC net-next] VPLS support". Note > I've changed the subject lines on some of the patches to better reflect > what they really do (tbh the earlier subject lines were crap.) > > As previously, iproute2 / FRR patches are at: > - https://github.com/eqvinox/vpls-iproute2 > - https://github.com/opensourcerouting/frr/commits/vpls > while this patchset is also available at: > - https://github.com/eqvinox/vpls-linux-kernel > (but please be aware that I'm amending and rebasing commits)