[ovs-git] Open vSwitch: ofproto-dpif: LACP registration should cause revalidation. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Oct 3 21:36:03 UTC 2011


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, master has been updated
       via  4a86aece2c907dcc7f0777899d16ef0e71ee08c6 (commit)
       via  f11c28c43f7a0260a7a9dcb26f369c53792b15ca (commit)
      from  029b26f3924eb7c28614a1c3df284e817904daf1 (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 4a86aece2c907dcc7f0777899d16ef0e71ee08c6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4a86aece2c907dcc7f0777899d16ef0e71ee08c6
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: LACP registration should cause revalidation.
		
Whenever a slave is registered to participate in LACP, it needs to
be revalidated so that it can receive LACP PDUs.  This bug can only
surface in an edge case where a pre-existing interface is added to
a pre-existing bond.  It would be unusual for a controller to do
this.


commit f11c28c43f7a0260a7a9dcb26f369c53792b15ca
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f11c28c43f7a0260a7a9dcb26f369c53792b15ca
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: Revalidate on port additions and deletions.
		
The addition of a new port to an ofproto-dpif may require
revalidations in some cases.  Notably if this new port is
configured to participate in CFM, but a drop flow has already been
installed in the datapath for CFM messages with the same in_port.

Bug #7598.


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

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


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list