[ovs-git] Open vSwitch: ofproto-dpif: Cleanup STP on ports when disabled on their bridge. (branch-1.3)

dev at openvswitch.org dev at openvswitch.org
Thu Feb 23 03:06:58 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.3 has been updated
       via  1833352c33fb73077b60e618940ad094c426a4cc (commit)
      from  270fce15281fcb75eddc0788752a9efd649b9ca2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1833352c33fb73077b60e618940ad094c426a4cc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1833352c33fb73077b60e618940ad094c426a4cc
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: Cleanup STP on ports when disabled on their bridge.
		
When STP is enabled on a bridge, the STP module puts its ports in
an STP_LISTENING state until STP converges.  This causes all
traffic destined for these ports to be dropped.  If STP is disabled
on the bridge, but not explicitly disabled on its ports, the bridge
fails to remove the STP state from these ports.  Therefore, if a
port is in an STP_LISTENING state, it will remain in that state and
continue to drop all traffic indefinitely.  This patch fixes the
issue.

Signed-off-by: Ethan Jackson <ethan at nicira.com>

Bug #9157.


-----------------------------------------------------------------------

Summary of changes:
 ofproto/ofproto-dpif.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list