[ovs-git] Open vSwitch: cfm: Fix broken fault logic. (branch-1.1)

dev at openvswitch.org dev at openvswitch.org
Thu Apr 7 16:36:56 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, branch-1.1 has been updated
       via  58bd2941187c9df4717ab4f3c6fc3c78f3f25165 (commit)
       via  c042664ff51c217c407899b889c10215ba9b3952 (commit)
      from  1b5f560cf6ca83e4728d294ab5a871ca0777200d (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 58bd2941187c9df4717ab4f3c6fc3c78f3f25165
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=58bd2941187c9df4717ab4f3c6fc3c78f3f25165
Author: Ethan Jackson <ethan at nicira.com>
		
cfm: Fix broken fault logic.
		
If the last receive time for a remote MP was before the last fault
check, the CFM code would not declare a fault.  This is, of course,
exactly the wrong response.

Bug #5303.


commit c042664ff51c217c407899b889c10215ba9b3952
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c042664ff51c217c407899b889c10215ba9b3952
Author: Ethan Jackson <ethan at nicira.com>
		
bridge: Run once before configuring CFM.
		
CFM configuration requires the ofproto_run function to have been
executed at least once in order to guarantee that the relevant
ports exist.

Bug #5303.


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

Summary of changes:
 lib/cfm.c         |    9 ++++++---
 lib/timer.c       |   13 +++++++++++++
 lib/timer.h       |    1 +
 vswitchd/bridge.c |    5 +++++
 4 files changed, 25 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list