ovsdb-client: Serialize columns in predictable order on "monitor" command.
authorBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 17:44:01 +0000 (10:44 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 May 2010 21:47:54 +0000 (14:47 -0700)
commit0b8d6d3d969d99f4cfd127f8fcf169568f6bd3e7
tree05dccc0967f71f40b3324999f2468926a3dfccc3
parenteb18f4c70b84ad4b65180d9ebc200491e34d5aec
ovsdb-client: Serialize columns in predictable order on "monitor" command.

The "monitor" command goes to some trouble to write its output in a
predictable order, so that test programs can reliably compare it against
expectations.  This commit fixes up one part that was missing, which is
that the columns were not being ordered predictably (it depended on
hash order, which differs between big-endian and little-endian systems).
It also updates the test suite to expect the new order.
ovsdb/ovsdb-client.c
tests/ovsdb-monitor.at