X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2FSPECS;h=d413c284510f66d29ad77b2860ba7a19bc63a87e;hb=9df30404d9f806daa6f9851412b2a295f3540e75;hp=3a9af9f39a7acd91ca67e79a38926aab680c2262;hpb=c5f341ab193b9126dffef8c77bf8ed35e91290fd;p=sliver-openvswitch.git diff --git a/ovsdb/SPECS b/ovsdb/SPECS index 3a9af9f39..d413c2845 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -184,12 +184,18 @@ is represented by , as described below. "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 + 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. If "mutable" is specified as false, then this column's - values may not be modified after they are initially set with the - "insert" operation. + restarts. A column whose type (either key or value) is a strong + reference to a table that is not part of the root set is always + durable, regardless of this value. (Otherwise, restarting the + database could lose entire rows.) + + If "mutable" is specified as false, then this column's values may + not be modified after they are initially set with the "insert" + operation.