Re: [ovs-dev] [PATCH v3 5/8] ovsdb-client: Add new "backup" command.

2017-12-15 Thread Ben Pfaff
On Thu, Dec 14, 2017 at 05:55:36PM -0800, Justin Pettit wrote: > > > > On Dec 13, 2017, at 3:10 PM, Ben Pfaff wrote: > > > > diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in > > index 694a7abed46d..2e2df5e5aa7f 100644 > > --- a/ovsdb/ovsdb-client.1.in > > +++

Re: [ovs-dev] [PATCH v3 5/8] ovsdb-client: Add new "backup" command.

2017-12-14 Thread Justin Pettit
> On Dec 13, 2017, at 3:10 PM, Ben Pfaff wrote: > > diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in > index 694a7abed46d..2e2df5e5aa7f 100644 > --- a/ovsdb/ovsdb-client.1.in > +++ b/ovsdb/ovsdb-client.1.in > @@ -30,6 +30,9 @@ ovsdb\-client \- command-line interface

[ovs-dev] [PATCH v3 5/8] ovsdb-client: Add new "backup" command.

2017-12-13 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- Documentation/ref/ovsdb.7.rst | 4 ++ NEWS | 1 + ovsdb/file.c | 22 --- ovsdb/file.h | 2 + ovsdb/ovsdb-client.1.in | 18 ++ ovsdb/ovsdb-client.c | 134