cfm: Expose detailed fault status in the database.
authorEthan Jackson <ethan@nicira.com>
Tue, 7 Feb 2012 22:35:09 +0000 (14:35 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 9 Feb 2012 05:26:29 +0000 (21:26 -0800)
commitb93803967e38ee4b65cd1e720decd8dcbb58d04f
tree5f89dacb310f62ec85d02cecc675bba759022692
parent3349f3bf9533a6df47d05f2664db03d69fc3e985
cfm: Expose detailed fault status in the database.

The cfm_fault column of the database is the logical OR of a number
of reasons that CFM can be in a faulted state.  A controller may
want to have more specific information in which case it can look at
the cfm_fault_status column which this patch adds.

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