summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-10-22 09:58:12 -0700
committerJustin Pettit <jpettit@nicira.com>2010-10-25 23:44:02 -0700
commitc5ef4d5f755873bb6ec9ff4880a1284e6fcd8829 (patch)
tree8d30d1580fd310efad839fa0f0a94d3859c931f2
parentf3dbabf1342a15e86c9806fae850ce446438b284 (diff)
downloadopenvswitch-c5ef4d5f755873bb6ec9ff4880a1284e6fcd8829.tar.gz
ovsdb: Document the "mutable" feature for columns.
This feature has been implemented in OVSDB since the beginning, but until now it was undocumented.
-rw-r--r--ovsdb/SPECS5
1 files changed, 4 insertions, 1 deletions
diff --git a/ovsdb/SPECS b/ovsdb/SPECS
index d9c92dead..260786edb 100644
--- a/ovsdb/SPECS
+++ b/ovsdb/SPECS
@@ -149,11 +149,14 @@ is represented by <database-schema>, as described below.
"type": <type> required
"ephemeral": <boolean> optional
+ "mutable": <boolean> optional
The "type" specifies the type of data stored in this column. If
"ephemeral" is specified as true, then this column's values are
not guaranteed to be durable; they may be lost when the database
- restarts.
+ restarts. If "mutable" is specified as false, then this column's
+ values may not be modified after they are initially set with the
+ "insert" operation.
<type>