ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().
authorBen Pfaff <blp@nicira.com>
Wed, 16 Jun 2010 20:44:08 +0000 (13:44 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Jul 2010 17:07:36 +0000 (10:07 -0700)
commit2b66469b96c8a2955d4321fc7caf96be74d33185
treee557a2ee83432be21cd9bdf5bada85444ca37613
parent958ac03a3f785303399316eda76362d26adb09d4
ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().

These new functions are more forgiving than the corresponding functions
without "_unique".  The goal is to be more tolerant of data provided by
IDL clients, which will happen in a followup patch.
lib/ovsdb-data.c
lib/ovsdb-data.h
tests/test-ovsdb.c