ovsdb-client: Make "dump" print table names in default output format too.
authorBen Pfaff <blp@nicira.com>
Thu, 21 Oct 2010 17:48:56 +0000 (10:48 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 21 Oct 2010 17:48:56 +0000 (10:48 -0700)
commit06036898849974797cf49c76a56fc6e10461d37d
tree3a475efbc9238abc90744251a90742c2d4546923
parent093ca5b366899cb187ac0fb70b9308eeb8f452eb
ovsdb-client: Make "dump" print table names in default output format too.

The "dump" command printed table names in CSV and HTML output formats but
they were omitted in the default tabular form.  This commit corrects the
discrepancy.

Reported-by: Brad Hall <brad@nicira.com>
ovsdb/ovsdb-client.c