From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751431AbcFWN4w (ORCPT ); Thu, 23 Jun 2016 09:56:52 -0400 Received: from mout.gmx.net ([212.227.15.18]:54208 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750950AbcFWN4u (ORCPT ); Thu, 23 Jun 2016 09:56:50 -0400 Subject: Re: rstpd implementation To: Stephen Hemminger , "Eric W. Biederman" References: <576A8873.50809@gmx.ch> <874m8lqfsb.fsf@x220.int.ebiederm.org> <20160622111212.249aef89@xeon-e3> Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org From: Phil Message-ID: <576BEA70.6050207@gmx.ch> Date: Thu, 23 Jun 2016 15:56:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160622111212.249aef89@xeon-e3> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:SpNLxjSwz/2hCLrhA72Z18B/HRkCro0SNbukahSDPRata/XYJMu o8+b+zyqJTQCKMfU3GLhuzvA094w/Z1J8r3z1EMTsbTh0L7Qsfxnbf7FliiABit9Q3xQJR6 ujrzOYey/uultgr3LmC+OQcYvHldGv4KFDVyYO23Mtkqs/ImfmkgoD3HaQPo3I+bMYM6rKB d196it0FnwkfAL2Y5ILwA== X-UI-Out-Filterresults: notjunk:1;V01:K0:PCaRKIQ6L58=:3urBQVa1kIsWJ8YWlgzgr9 yr/XxNOv+vw+E+gUDRldnz7J4mpdFtbPGeDW3N0NSn3oERxR9yAgRm5XcgL9fcqPw7c3ufWX3 DviMGJU8LWbbu6nIerxIbRp9cQ92RkMc3q3ZSilSPver35zl6zdvcIDbFufNAwXWCvUiTNb19 +AbAbRmw2KdtuFYjAs+idOJJVyPOeIQ6nbRZUOxU5Uap5YZIjsR+qkIFUUXr4l2VfWLGvuKYX NSobgKrIf7N0RfB0FQP8OUSHCQWN7bHRqmqT5+hqQpPdt82HD3XJPSqJWb9O+DkvV1qXojFj6 1F3FHT3BUs7Y1Qs4cGb5sC0W/bqNNwCkRtrs8Tyz1a/ORhB0QpJryBBq8zgnTKxq1UYQTdkBj kaFrOloDgwUVfHUfJXIF/uzL2jd+OyVgC3Ep9eSBc08lnchGXe4TLQbuk81+ZbwTbtPUR3Ss2 5D4O9UMD/WOLYSrUsAxzxQXbHla/0ne6P+uJtflbjnY1nN/FBPAkR+2fgUQ8OSgbQzAEbdXKP XCJmU+KoePJRhEwK33tsKxE7CqLN8IHF0JO8DZsKgfiUFefiXzjM8J7mhTG+z7Mk/kAnta1WH U/Aci6mIlXc+YJOQ3COCfkU9SmLsOqvaURdHCgzmoD2Z7u99LdzWs0drg3NNmjTLZEwJ5+Esd szrmuyTtS94lnPo0YwHxBIodjCRxZnTPa0MJ8BeWcJ9v7ugJYkZ8QMz7lHZnTGt1GqOrlDszT OmAh3nOnDkP2ssfbPEmjkEtOZLl1VwGCOICK/8NqOpjeT16it5TK1ryE11m0uiA1fm7XFKUHU SBKwxBR Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22/2016 08:12 PM, Stephen Hemminger wrote: > On Wed, 22 Jun 2016 12:44:52 -0500 > ebiederm@xmission.com (Eric W. Biederman) wrote: > >> Phil writes: >> >>> Hi, >>> >>> When looking for an RSTP daemon I found Stephen Hemminger's >>> git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/rstp.git >>> >>> with it's last commit from October 2011. >>> >>> Is this implementation still in good use by anybody - or has it been >>> replaced/superseded by another implementation? >> I don't know and when you get into user space daemons they aren't much >> talked about on the kernel lists. That said you will likely fair better >> on the netdev list (cc'd). >> >> Eric > The current one I recommend is the MSTPd done by Cumulus > https://sourceforge.net/p/mstpd/wiki/Home/ > But like all projects they could use help > Thank's a lot to Eric and Stephen for your answers. In the meantime I also found https://github.com/ocedo/mstpd Philipp