cfm: Fix broken fault logic. v1.1.0
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:34:34 +0000 (09:34 -0700)
commit58bd2941187c9df4717ab4f3c6fc3c78f3f25165
tree468d794bea86c681bf00ee762dd3edcb763432fe
parentc042664ff51c217c407899b889c10215ba9b3952
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