X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2FSPECS;h=019eb5b422141ca954911a0be89640124e5c65ba;hb=e1bd3bee5cd7065e019b4b6736918b2fda95fa49;hp=9fd654be6d1c51857ed0d5932adf47bfd6a4440b;hpb=e9f8f9367e9e654b9582279608af86ea3744a2a0;p=openvswitch diff --git a/ovsdb/SPECS b/ovsdb/SPECS index 9fd654be..019eb5b4 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -953,7 +953,7 @@ Request object members: Result object members: - none + "uuid": Semantics: @@ -966,13 +966,28 @@ Semantics: The generated UUID is returned as the "uuid" member of the result. -Result object members: - - "uuid": - Errors: "error": "duplicate uuid-name" 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.