ovsdb-client: Fix "selects" argument to "monitor" command.
authorBen Pfaff <blp@nicira.com>
Wed, 30 Jun 2010 19:43:24 +0000 (12:43 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 30 Jun 2010 23:49:01 +0000 (16:49 -0700)
commit876ba6ded291e8f00753c35ed74ab1124c60439e
tree46944f7750665f7d0c5242aef352a6244d31e2ef
parent65e18fa85dde840da4a9cb956cf7bb2c0fc1d95c
ovsdb-client: Fix "selects" argument to "monitor" command.

This code assumed that the types of operations that were selected were
default-off, so it only added JSON to the query to turn on the ones that
were wanted, but in fact they are default-on, so this commit changes it
to add JSON for each possible operation type.
ovsdb/ovsdb-client.c