socket-util: Allow binding without a port number in inet_open_passive().
[openvswitch] / ovsdb / SPECS
index e6e1ca1907342d622c0594e022cc5f4629bbadf3..019eb5b422141ca954911a0be89640124e5c65ba 100644 (file)
@@ -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": <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.