cfm: Cleanup output of ovs-appctl "cfm/show" command.
authorJustin Pettit <jpettit@nicira.com>
Fri, 30 Sep 2011 01:36:09 +0000 (18:36 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 30 Sep 2011 01:52:29 +0000 (18:52 -0700)
commit7593daa2473c464cd179420b9c7f68989044fdee
tree6c72a88cd17dc06dac7cf70baf8d559f70708a52
parenta6e198ea4895ce0768afe3bc75239769132c56d2
cfm: Cleanup output of ovs-appctl "cfm/show" command.

When no remote MPIDs were found, the output would print an extra newline.
If multiple remote MPIDs were found, the lines would run together.  This
commit cleans things up a bit by just printing each item on its own line
without any blank lines.
lib/cfm.c