ovsdb: Support replicating a table without including any columns.
authorBen Pfaff <blp@nicira.com>
Mon, 30 Aug 2010 21:12:27 +0000 (14:12 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 16 Nov 2010 17:12:02 +0000 (09:12 -0800)
commitcbb7baddb826a7e0fda8d6cd352101276cd7c774
tree762164ad9848a4796e36331d5370c7716e5bd9a6
parentf6acdb447eb22b710ff1901b333022f191a41ff4
ovsdb: Support replicating a table without including any columns.

The OVSDB wire protocol has a "monitor" feature that supports table
replication on a column-by-column basis.  This wire protocol in theory
supports replicating a table without replicating any columns in it.  In
such a case, the client only tracks the UUIDs of the rows in the table.
However, the ovsdb-server implementation did not support this possibility
properly.  This commit fixes the bug.
ovsdb/jsonrpc-server.c