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

dev at openvswitch.org dev at openvswitch.org
Thu Feb 23 02:59:11 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.4 has been updated
       via  266ed172aa587bf8e12c1b1f98c1042011e775ca (commit)
      from  f12bbb6bd9c8f8d985bf44ad09c1ba5dfd2ebcff (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 266ed172aa587bf8e12c1b1f98c1042011e775ca
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=266ed172aa587bf8e12c1b1f98c1042011e775ca
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