summaryrefslogtreecommitdiff
path: root/ovsdb/query.c
Commit message (Collapse)AuthorAgeFilesLines
* ovsdb: add conditions utilities to support monitor_condLiran Schour2016-07-181-2/+4
| | | | | | | | | Change ovsdb_condition to be a 3-element json array or a boolean value (see ovsdb-server man page). Conditions utilities will be used later for conditional monitoring. Signed-off-by: Liran Schour <lirans@il.ibm.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
* Fix remaining "void function returning a value" warning by MSVC.Gurucharan Shetty2014-09-151-1/+2
| | | | | | | | | MSVC complains about a void function returning a value if there is a statement of the form - 'return foo()' even if foo() has a void return type. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
| | | | | | | | Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-5/+3
| | | | | These macros require one fewer argument by switching, which makes code that uses them shorter and more readable.
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+99