cfm: Remove sequence fault reason.
authorEthan Jackson <ethan@nicira.com>
Mon, 9 Jul 2012 22:59:44 +0000 (15:59 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 10 Jul 2012 02:01:39 +0000 (19:01 -0700)
commitfd0ca62bb10b92ba383f2ee6aa51863273bb38ff
tree6288d6d0849c2dd8f25dad18cb0809fc700459ff
parente1fef0f921cbee185ce728f43f6b6ddbc4942e24
cfm: Remove sequence fault reason.

Commit 2b540ecb (Added handling of previously ignored cfm faults.)
made the CFM code trigger a fault when a packet is received with an
out of order sequence number.  This means that if even one CFM
probe is dropped, a fault will be triggered because the next
received probe's sequence would be two greater than the last.  This
is in conflict with the 802.1ag requirement that 3.5 dropped probes
triggers fault.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/cfm.c
lib/cfm.h
vswitchd/vswitch.xml