ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.
authorBen Pfaff <blp@nicira.com>
Wed, 16 Dec 2009 21:30:53 +0000 (13:30 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Dec 2009 21:30:53 +0000 (13:30 -0800)
commitd171b5846f4988e66c45a6ed5998bbaef82571f9
treeb806bc671fa52a1bb36eb3029dac8693f47fb543
parent5f98eed4eb5b75ab02422de1b5dbd5276ad5593d
ovsdb: Add "comment" feature to transactions and make ovs-vsctl use them.

The idea here is that transaction comments get copied to the ovsdb-server's
transaction log, which can then make it clear later why a particular change
was made to the database, to ease debugging.
lib/ovsdb-idl.c
lib/ovsdb-idl.h
ovsdb/SPECS
ovsdb/execution.c
ovsdb/file.c
ovsdb/transaction.c
ovsdb/transaction.h
tests/ovsdb-file.at
utilities/ovs-vsctl.c