Displaying 1 result from an estimated 1 matches for "br_stp_rcv".
2007 Apr 18
1
[Bridge] BPDU's not passing through bridge when STP is disabled
...g out BPDU's. Bridge B should disable one of its ports to
prevent a loop in the network, but it doesn't, because bridge A does not
pass the BPDU's across, so bridge B cannot detect the loop. With the
2.6.15 kernel, this loop was prevented.
Can br_handle_frame_finish be called from br_stp_rcv in the event that
stp is not enabled, or would doing so cause problems?
Cam