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:36:06 +0000 (14:36 -0700)
commita1ae5dc8da2d30704f7654e0d593cf2ca1e088f7
tree70d2f5afd14c202b62505a5c3f87d65cf677266e
parente86dd676cdb1885ee4f8f1fa92176d159d5bb533
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