ovsdb: Add table exclusion functionality to OVSDB replication
authorMario Cabrera <mario.cabrera@hpe.com>
Tue, 29 Mar 2016 17:01:00 +0000 (11:01 -0600)
committerBen Pfaff <blp@ovn.org>
Sat, 25 Jun 2016 00:15:38 +0000 (17:15 -0700)
commit7a9d65d294c903ef77191cd143a467a5a1e8d3ac
tree3f62a2d8d21ae655a15c22e78804d101b4ea3320
parentae671c5feb88db395304e452ab47c83b4ac84ee0
ovsdb: Add table exclusion functionality to OVSDB replication

A blacklist of tables that will be excluded from replication can be
specified by the following option:

--sync-exclude-tables=db:table[,db:table]…

Where 'table' corresponds to a table name, and 'db' corresponds to the
database name where the table resides.

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