ovsdb: Fix double free in ovsdb_file_open_log().
[openvswitch] / ovsdb / SPECS
index 97f988265947ec7508f581385035231cc14f97b2..2c83cf2a66c0514dc2ff22f0f660f0a6106db6c7 100644 (file)
@@ -108,6 +108,7 @@ is represented by <database-schema>, as described below.
 
         "name": <id>                            required
         "version": <version>                    required
+        "cksum": <string>                       optional
         "tables": {<id>: <table-schema>, ...}   required
 
     The "name" identifies the database as a whole.  It must be
@@ -121,6 +122,9 @@ is represented by <database-schema>, as described below.
     present.  Open vSwitch semantics for "version" are described in
     ovs-vswitchd.conf.db(5).
 
+    The "cksum" optionally reports an implementation-defined checksum
+    for the database schema.
+
 <table-schema>
 
     A JSON object with the following members: