[ovs-dev] [vsctl prereqs 1/5] ovsdb: Document the "mutable" feature for columns.

Justin Pettit jpettit at nicira.com
Fri Oct 22 20:13:45 UTC 2010


Looks good.

--Justin


On Oct 22, 2010, at 12:55 PM, Ben Pfaff wrote:

> This feature has been implemented in OVSDB since the beginning, but until
> now it was undocumented.
> ---
> ovsdb/SPECS |    5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
> 
> diff --git a/ovsdb/SPECS b/ovsdb/SPECS
> index d9c92de..260786e 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>
> 
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list