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?
On Wed, 02 Jun 2010 20:57:42 -0400 Phillip Susi <psusi at 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 at lists.linux-foundation.org > https://lists.linux-foundation.org/mailman/listinfo/bridgeOpen up an AF_PACKET or AF_LLC socket and receive them --