X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2FSPECS;h=7963a2adfb38f98c4bc1a5d3cd8896c707e8bbf6;hb=847c7448532ddf90f28ace17233f4993e403f6f2;hp=1635c771a08d911e5d70a34d42bb0575f39580ff;hpb=03b1f24ebf7663f5695950f4586e259be9012174;p=openvswitch diff --git a/ovsdb/SPECS b/ovsdb/SPECS index 1635c771..7963a2ad 100644 --- a/ovsdb/SPECS +++ b/ovsdb/SPECS @@ -113,9 +113,9 @@ is represented by , as described below. If "min" or "max" is not specified, each defaults to 1. If "max" is specified as "unlimited", then there is no specified maximum number of elements, although the implementation will enforce some - limit. After considering defaults, "min" must be at least 0, - "max" must be at least 1, and "max" must be greater than or equal - to "min". + limit. After considering defaults, "min" must be exactly 0 or + exactly 1, "max" must be at least 1, and "max" must be greater + than or equal to "min". If "min" and "max" are both 1 and "value" is not specified, the type is the scalar type specified by "key".