summaryrefslogtreecommitdiff
path: root/ovsdb/column.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
| | | | | | | | | | The following macros are renamed to avoid conflicts with other headers: * WARN_UNUSED_RESULT to OVS_WARN_UNUSED_RESULT * PRINTF_FORMAT to OVS_PRINTF_FORMAT * NO_RETURN to OVS_NO_RETURN Signed-off-by: Thomas Graf <tgraf@noironetworks.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>
* ovsdb: Add functions for formatting column sets and data in columns sets.Ben Pfaff2011-06-061-0/+1
| | | | These will be used for formatting error messages in an upcoming commit.
* ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.Ben Pfaff2011-06-061-4/+5
| | | | | | | This function took a struct ovsdb_table but only used the 'schema' member. An upcoming patch needs to parse a column set when only the schema is available, so to prepare for that this patch changes ovsdb_column_set_from_json() to only take the schema that it really needs.
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-051-2/+1
| | | | | | | Using a separate XML file to document a schema is much more flexible. You end up with two files (a schema and documentation for it), each of which is readable and maintainable, instead of a single schema file that is almost illegible.
* ovsdb: Add functions to clone schemas.Ben Pfaff2010-02-151-1/+2
| | | | These will be used by an upcoming commit.
* ovsdb: Monitor support.Ben Pfaff2009-11-171-0/+1
|
* Initial implementation of OVSDB.Ben Pfaff2009-11-041-0/+84