ovsdb: Introduce OVSDB replication feature
authorMario Cabrera <mario.cabrera@hpe.com>
Sat, 25 Jun 2016 00:13:06 +0000 (17:13 -0700)
committerBen Pfaff <blp@ovn.org>
Sat, 25 Jun 2016 00:15:38 +0000 (17:15 -0700)
commitae671c5feb88db395304e452ab47c83b4ac84ee0
tree209bc454a4b82ef2c0c316aad784349b6cdc15b1
parent55460ac526f2ec35708771151541ceb85a2b1557
ovsdb: Introduce OVSDB replication feature

Replication is enabled by using the following option when starting the
database server:

--sync-from=server

Where 'server' can take any form described in the ovsdb-client(1)
manpage as an active connection. If this option is specified, the
replication process is immediately started.

Signed-off-by: Mario Cabrera <mario.cabrera@hpe.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
manpages.mk
ovsdb/automake.mk
ovsdb/ovsdb-server.1.in
ovsdb/ovsdb-server.c
ovsdb/replication-syn.man [new file with mode: 0644]
ovsdb/replication.c [new file with mode: 0644]
ovsdb/replication.h [new file with mode: 0644]
ovsdb/replication.man [new file with mode: 0644]
tests/ovsdb-server.at