ovsdb: Extend "monitor" to select different operations in a single table.
authorBen Pfaff <blp@nicira.com>
Thu, 1 Jul 2010 16:47:46 +0000 (09:47 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 1 Jul 2010 16:47:46 +0000 (09:47 -0700)
commit20aa445d66ace847aa2945b372cc8d3c0e9b034b
tree7307ff1e1d0118dbeacaa8c221c21025d938a02b
parentfd193af4334d05e119ad7bd10e8786c5034948fb
ovsdb: Extend "monitor" to select different operations in a single table.

Until now, "monitor" has only allowed the client to choose the kinds of
changes that will be monitored on a per-table basis.  However, it makes
sense to be able to choose operations on a per-column basis.  The
immediate need for this is to make sure that the final statistics of
deleted Interface records are known at time of deletion, even though the
intermediate values of the statistics are not important.

CC: Jeremy Stribling <strib@nicira.com>
ovsdb/SPECS
ovsdb/jsonrpc-server.c
ovsdb/ovsdb-client.1.in
ovsdb/ovsdb-client.c
tests/ovsdb-monitor.at