Re: [ovs-dev] [PATCH] ovsdb-client: Add optional table and columns to dump command

2015-11-30 Thread Ben Pfaff
On Mon, Nov 30, 2015 at 01:59:18PM +0100, Bert Vermeulen wrote: > Adding a table to the dump command's arguments retrieves only that table. > One or more columns after the table retrieve only those columns. > > Default behavior is unchanged. > > Signed-off-by: Bert Vermeulen Thanks for the cont

[ovs-dev] [PATCH] ovsdb-client: Add optional table and columns to dump command

2015-11-30 Thread Bert Vermeulen
Adding a table to the dump command's arguments retrieves only that table. One or more columns after the table retrieve only those columns. Default behavior is unchanged. Signed-off-by: Bert Vermeulen --- ovsdb/ovsdb-client.1.in | 7 +++-- ovsdb/ovsdb-client.c| 74 ++