cfm: Don't report unexpected remote endpoints.
authorEthan Jackson <ethan@nicira.com>
Fri, 25 Mar 2011 01:36:56 +0000 (18:36 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 28 Mar 2011 18:30:55 +0000 (11:30 -0700)
commit1c2e2d2fc87c9435b6fe33112b0ddaab59f507c5
treeafd08dad1106ce4dd0011a5f360f2278ded856b0
parentf805c4cc6e3de7ecd6de9bae99c0405e84334d1e
cfm: Don't report unexpected remote endpoints.

Before this patch, CFM would report unexpected remote maintenance
points in the database.  This commit no longer exposes this
information.

Information about precisely why a link is faulty is more interesting
to a system administrator debugging a problem than a controller
which will generally only care about whether or not a link is
faulty.  For simplicity sake, this commit removes this information
from the database where it was somewhat awkwardly placed.  In the
future it may be valuable to report the information through
ovs-appctl commands for debugging purposes.
lib/cfm.c
lib/cfm.h
vswitchd/bridge.c
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml