Re: [ovs-dev] [PATCH 2/2] cfm: Fix broken fault logic.

2011-04-07 Thread Ben Pfaff
On Wed, Apr 06, 2011 at 05:25:58PM -0700, Ethan Jackson wrote: > If the last receive time for a remote MP was before the last fault > check. The CFM code not declare a fault. This is, of course, > exactly the wrong response. > > Bug #5303. Looks good to me. The commit message has bad grammar.

[ovs-dev] [PATCH 2/2] cfm: Fix broken fault logic.

2011-04-06 Thread Ethan Jackson
If the last receive time for a remote MP was before the last fault check. The CFM code not declare a fault. This is, of course, exactly the wrong response. Bug #5303. --- lib/cfm.c |9 ++--- lib/timer.c | 13 + lib/timer.h |1 + 3 files changed, 20 insertions(+), 3 d