ovsdb-data: Verify that named-uuid string is an <id>.
authorBen Pfaff <blp@nicira.com>
Mon, 28 Feb 2011 23:43:29 +0000 (15:43 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Mar 2011 19:23:59 +0000 (11:23 -0800)
commitd198c4beee03741670d046baf0179ac5583305bb
tree334e1bdaeb58f1f63797a711d0f01e9c22f81c15
parentacb4f876b8cdf37191355724da8f4aca64c9bfae
ovsdb-data: Verify that named-uuid string is an <id>.

The "uuid-name" that creates symbols must be an <id> but we weren't
verifying the same constraint on the "named-uuid"s that refer to symbols,
which was a bit confusing in writing transactions by hand.  This commit
fixes the inconsistency and updates the SPECS file to clarify that a
named-uuid string has to be an <id>.
lib/ovsdb-data.c
ovsdb/SPECS
tests/ovsdb-execution.at