Re: [ovs-dev] [db-backup 4/5] ovsdb-tool: New command "needs-conversion".

2011-02-14 Thread Ethan Jackson
Looks Good. On Tue, Feb 8, 2011 at 4:00 PM, Ben Pfaff wrote: > --- >  ovsdb/ovsdb-tool.1.in |    7 +++ >  ovsdb/ovsdb-tool.c    |   15 +++ >  ovsdb/ovsdb.c         |   17 + >  ovsdb/ovsdb.h         |    3 +++ >  tests/ovsdb-tool.at   |   22 ++ >

[ovs-dev] [db-backup 4/5] ovsdb-tool: New command "needs-conversion".

2011-02-08 Thread Ben Pfaff
--- ovsdb/ovsdb-tool.1.in |7 +++ ovsdb/ovsdb-tool.c| 15 +++ ovsdb/ovsdb.c | 17 + ovsdb/ovsdb.h |3 +++ tests/ovsdb-tool.at | 22 ++ 5 files changed, 64 insertions(+), 0 deletions(-) diff --git a/ovsdb/ovsdb