X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2FSPECS;h=019eb5b422141ca954911a0be89640124e5c65ba;hb=e1bd3bee5cd7065e019b4b6736918b2fda95fa49;hp=e6e1ca1907342d622c0594e022cc5f4629bbadf3;hpb=ffed42ab7320e8804dbc8cac9530397fc65a2c3c;p=openvswitch diff --git a/ovsdb/SPECS b/ovsdb/SPECS index e6e1ca19..019eb5b4 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -972,3 +972,22 @@ Errors: The same "uuid-name" appeared on an earlier "insert" or "declare" operation within this transaction. + +comment +....... + + +Request object members: + + "op": "comment" required + "comment": required + +Result object members: + + none + +Semantics: + + Provides information to a database administrator on the purpose of + a transaction. The OVSDB server, for example, adds comments in + transactions that modify the database to the database journal.