From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 2 Jun 2010 19:42:13 -0700 From: Stephen Hemminger Message-ID: <20100602194213.4147e2ce@nehalam> In-Reply-To: <4C06FE06.8040502@cfl.rr.com> References: <4C06FE06.8040502@cfl.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] Spanning tree mapping utility List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Phillip Susi Cc: Bridge@lists.linux-foundation.org On Wed, 02 Jun 2010 20:57:42 -0400 Phillip Susi wrote: > I actually don't want to enable kernel ethernet bridging, but I do want > to map the existing bridges on the network. Does anyone know of a tool > that can monitor the BPDUs to do that? > _______________________________________________ > Bridge mailing list > Bridge@lists.linux-foundation.org > https://lists.linux-foundation.org/mailman/listinfo/bridge Open up an AF_PACKET or AF_LLC socket and receive them --