ovsdb: Correct specification inconsistency between "lock" and "assert".
authorBen Pfaff <blp@nicira.com>
Fri, 5 Aug 2011 22:56:05 +0000 (15:56 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Aug 2011 17:23:27 +0000 (10:23 -0700)
commit454ec971d79a921e2e97516ddb9c725d0cfa607d
treeb4600844ca87d29cb7311dd557de70b2bdc5fd4e
parent51cb6e0c654e0954e12c8f171b5215ccad6185eb
ovsdb: Correct specification inconsistency between "lock" and "assert".

The "lock" request requires the lock name to be an <id> but it is shown as
<string> in the "assert" operation.  This corrects the "assert"
specification and fixes the suggested naming convention (since ":" is not
valid in an <id>).

This commit also updates the implementation to match the specification.

Reported-by: Jeremy Stribling <strib@nicira.com>
ovsdb/SPECS
ovsdb/execution.c