cfm: Migrate cfm/show unixctl command to CFM module.
authorEthan Jackson <ethan@nicira.com>
Fri, 13 May 2011 23:53:24 +0000 (16:53 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 20 May 2011 22:53:28 +0000 (15:53 -0700)
commit9ac3fce4d5aea7e963439eb97f7c2d157aef4dfc
tree79e3beaeca613b5b46f9e3a81e6757cd5fa05d76
parentc8544aa15f8811e9d6329d4a5e612ff7acb926c9
cfm: Migrate cfm/show unixctl command to CFM module.

This patch moves the cfm/show unixctl show command from the bridge
to the CFM module.  This is more in line with how LACP does it, and
will make future patches easier to implement.
lib/cfm.c
lib/cfm.h
ofproto/ofproto-dpif.c
vswitchd/bridge.c