From c5ef4d5f755873bb6ec9ff4880a1284e6fcd8829 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 22 Oct 2010 09:58:12 -0700 Subject: [PATCH] ovsdb: Document the "mutable" feature for columns. This feature has been implemented in OVSDB since the beginning, but until now it was undocumented. --- ovsdb/SPECS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 , as described below. "type": required "ephemeral": optional + "mutable": 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. -- 2.43.0