From owner-freebsd-net@FreeBSD.ORG Tue Mar 13 20:39:43 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 582D81065676 for ; Tue, 13 Mar 2012 20:39:43 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1C78FC0A for ; Tue, 13 Mar 2012 20:39:42 +0000 (UTC) Received: from julian-mac.elischer.org (c-67-180-24-15.hsd1.ca.comcast.net [67.180.24.15]) (authenticated bits=0) by vps1.elischer.org (8.14.5/8.14.5) with ESMTP id q2DKdfIM081327 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 13 Mar 2012 13:39:42 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <4F5FB0A0.9040802@freebsd.org> Date: Tue, 13 Mar 2012 13:40:00 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19 MIME-Version: 1.0 To: h bagade References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net Subject: Re: STP on netgraph bridge node X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 20:39:43 -0000 On 3/11/12 1:06 AM, h bagade wrote: > Hi all, > > Is there any way to add STP and RSTP protocols to bridge node on > netgraph? Should I implement it on the node or it has done before? > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > feel free.. I don't think it has been done, whether one adds it to that node or a separate node that hooks onto the side of it might be a reasonable question.. (but I don't know enough about STP to judge..) I dont' know how well the code in if_bridge will port over, or iff it can be made a common module.