All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] Spanning tree mapping utility
@ 2010-06-03  0:57 Phillip Susi
  2010-06-03  2:42 ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Phillip Susi @ 2010-06-03  0:57 UTC (permalink / raw)
  To: Bridge

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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bridge] Spanning tree mapping utility
  2010-06-03  0:57 [Bridge] Spanning tree mapping utility Phillip Susi
@ 2010-06-03  2:42 ` Stephen Hemminger
  2010-06-03 13:39   ` Phillip Susi
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2010-06-03  2:42 UTC (permalink / raw)
  To: Phillip Susi; +Cc: Bridge

On Wed, 02 Jun 2010 20:57:42 -0400
Phillip Susi <psusi@cfl.rr.com> 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

-- 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bridge] Spanning tree mapping utility
  2010-06-03  2:42 ` Stephen Hemminger
@ 2010-06-03 13:39   ` Phillip Susi
  2010-06-03 15:11     ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: Phillip Susi @ 2010-06-03 13:39 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Bridge

On 6/2/2010 10:42 PM, Stephen Hemminger wrote:
> Open up an AF_PACKET or AF_LLC socket and receive them

Yes, I'm looking for a simple utility that does that and parses them for me.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bridge] Spanning tree mapping utility
  2010-06-03 13:39   ` Phillip Susi
@ 2010-06-03 15:11     ` Stephen Hemminger
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2010-06-03 15:11 UTC (permalink / raw)
  To: Phillip Susi; +Cc: Bridge

On Thu, 3 Jun 2010 09:39:21 -0400
Phillip Susi <psusi@cfl.rr.com> wrote:

> On 6/2/2010 10:42 PM, Stephen Hemminger wrote:
> > Open up an AF_PACKET or AF_LLC socket and receive them
> 
> Yes, I'm looking for a simple utility that does that and parses them for me.

The user mode RSTP daemon has that:
  
  git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/rstp.git
-- 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-03 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-03  0:57 [Bridge] Spanning tree mapping utility Phillip Susi
2010-06-03  2:42 ` Stephen Hemminger
2010-06-03 13:39   ` Phillip Susi
2010-06-03 15:11     ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.