cfm: Fix broken fault logic.
authorEthan Jackson <ethan@nicira.com>
Thu, 7 Apr 2011 00:23:40 +0000 (17:23 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 7 Apr 2011 16:30:04 +0000 (09:30 -0700)
commit76c9c4231400245864addfc7a8aabaa79843b4bd
tree1bce63d7635c74640762971b1bf6aaff2b22582d
parent392730c42bbd5abe30e7c2d1fcffb136a29334e0
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.
lib/cfm.c
lib/timer.c
lib/timer.h