From: Ben Pfaff Date: Mon, 11 Jan 2010 20:03:20 +0000 (-0800) Subject: ovsdb: Clarify spec for map mutation insert mutator. X-Git-Tag: v1.0.0~259^2~318 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=03b1f24ebf7663f5695950f4586e259be9012174;p=sliver-openvswitch.git ovsdb: Clarify spec for map mutation insert mutator. Suggested by Jeremy Stribling. --- diff --git a/ovsdb/SPECS b/ovsdb/SPECS index 019eb5b42..1635c771a 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -634,8 +634,8 @@ Notation for the Wire Protocol must be "insert" or "delete". If is "insert", then each of the key-value pairs - in the map in is added to if its key is - not already present. The required type of is + in the map in is added to only if its key + is not already present. The required type of is slightly relaxed, in that it may have fewer than the minimum number of elements specified by the column's type.