ofp-print: Print each flow at the start of a line.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Dec 2010 20:05:20 +0000 (12:05 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 8 Dec 2010 21:32:54 +0000 (13:32 -0800)
commitfab8fadba0670ab21c8f68eab22e106be40d2ceb
tree0ced62fd36988f478ee0da81a3ef4ae07bdbb4bc
parent17764fb2acb2321f852a82f1c96b47f73fa3599f
ofp-print: Print each flow at the start of a line.

Before this commit, the first flow in "ovs-ofctl dump-flows" output was
printed on the same line as the OpenFlow message type name and the xid.
With this commit, that flow is put on a line of its own, like all of the
other flows in the output.

Requested-by: Paul Ingram <paul@nicira.com>
CC: Paul Ingram <paul@nicira.com>
lib/ofp-print.c