From ae671c5feb88db395304e452ab47c83b4ac84ee0 Mon Sep 17 00:00:00 2001 From: Mario Cabrera Date: Fri, 24 Jun 2016 17:13:06 -0700 Subject: 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 Signed-off-by: Ben Pfaff --- ovsdb/automake.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ovsdb/automake.mk') diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk index 7db6fea66..099ed3ceb 100644 --- a/ovsdb/automake.mk +++ b/ovsdb/automake.mk @@ -24,6 +24,8 @@ ovsdb_libovsdb_la_SOURCES = \ ovsdb/monitor.h \ ovsdb/query.c \ ovsdb/query.h \ + ovsdb/replication.c \ + ovsdb/replication.h \ ovsdb/row.c \ ovsdb/row.h \ ovsdb/server.c \ @@ -42,7 +44,9 @@ pkgconfig_DATA += \ MAN_FRAGMENTS += \ ovsdb/remote-active.man \ - ovsdb/remote-passive.man + ovsdb/remote-passive.man \ + ovsdb/replication.man \ + ovsdb/replication-syn.man # ovsdb-tool bin_PROGRAMS += ovsdb/ovsdb-tool -- cgit v1.2.1