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

dev at openvswitch.org dev at openvswitch.org
Thu Feb 23 02:57:49 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.5 has been updated
       via  718bcce0b85e457169a4d1ab45e8afe3146d2dd4 (commit)
      from  afc143dfa54ee263430570b1b78dad7cd8577843 (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 718bcce0b85e457169a4d1ab45e8afe3146d2dd4
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=718bcce0b85e457169a4d1ab45e8afe3146d2dd4
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