socket-util: Allow binding without a port number in inet_open_passive().
[openvswitch] / ovsdb / SPECS
index 9fd654be6d1c51857ed0d5932adf47bfd6a4440b..019eb5b422141ca954911a0be89640124e5c65ba 100644 (file)
@@ -953,7 +953,7 @@ Request object members:
 
 Result object members:
 
-    none
+    "uuid": <uuid>
 
 Semantics:
 
@@ -966,13 +966,28 @@ Semantics:
 
     The generated UUID is returned as the "uuid" member of the result.
 
-Result object members:
-
-    "uuid": <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": <string>                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.