meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / ovsdb / SPECS
2011-08-08 Ben Pfaffovsdb: Correct specification inconsistency between...
2011-08-05 Ben Pfaffovsdb: Fix typo in SPECS.
2011-07-26 Ben Pfaffovsdb: Implement a "lock" feature in the database protocol.
2011-06-06 Ben Pfaffovsdb: Better document possible commit-time error results.
2011-06-06 Ben Pfaffovsdb: Implement table uniqueness constraints ("indexes").
2011-03-31 Ben Pfaffovsdb: Force strong references to non-root tables to...
2011-03-10 Ben Pfaffovsdb: Implement garbage collection.
2011-03-10 Ben Pfaffovsdb-data: Verify that named-uuid string is an <id>.
2011-02-15 Ben Pfaffovsdb-tool: Add commands for printing the database...
2010-12-27 Ben PfaffImplement database schema versioning.
2010-11-29 Ethan Jacksonovsdb: Remove trailing whitespace
2010-10-22 Ben Pfaffovsdb: Document the "mutable" feature for columns.
2010-07-01 Ben Pfaffovsdb: Extend "monitor" to select different operations...
2010-06-30 Ben Pfaffovsdb: Document in SPECS how OVS uses JSON.
2010-04-12 Ben Pfaffovsdb: Use port 6632 as a default port for database...
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-18 Ben Pfaffovsdb: Allow constraining the number of rows in a table.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-17 Ben Pfaffovsdb: Add support for weak references.
2010-03-06 Ben Pfaffovsdb: Remove "comment" support from OVSDB schemas.
2010-02-25 Ben Pfaffovsdb: Add support for "enum" constraints.
2010-02-25 Ben Pfaffovsdb: Drop regular expression constraints.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-18 Ben Pfaffovsdb: Introduce <nonnull-json-value> to clarify specif...
2010-02-18 Ben Pfaffovsdb: Fix use of <value> as both a JSON value and...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-09 Ben Pfaffovsdb: Add support for multiple databases to the protocol.
2010-02-09 Ben Pfaffovsdb: Make scalars and 1-element sets interchangeable.
2010-02-09 Ben Pfaffovsdb: Get rid of "declare" operation.
2010-02-08 Ben Pfaffovsdb: Add support for referential integrity in the...
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-26 Ben Pfaffovsdb: Require column type "min" value be 0 or 1.
2010-01-11 Ben Pfaffovsdb: Clarify spec for map mutation insert mutator.
2009-12-16 Ben Pfaffovsdb: Add "comment" feature to transactions and make...
2009-12-16 Ben PfaffFix typos in ovsdb specification.
2009-12-16 Ben Pfaffovsdb: Add new "mutation" operation to transactions.
2009-12-08 Ben Pfaffovsdb: Implement new "declare" operation.
2009-12-07 Ben PfaffUpdate ovsdb specifications based on suggestions from...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Ben Pfaffovsdb: Allow a named-uuid to be used within the operati...
2009-11-24 Justin Pettitovsdb: Minor cleanups to the SPECS file
2009-11-18 Ben Pfaffovsdb: Monitor support.
2009-11-16 Ben Pfaffovsdb: Fix use of non-array for JSON-RPC parameters.
2009-11-12 Ben Pfaffovsdb-server: Reconnect to clients specified on --connect.
2009-11-05 Ben PfaffInitial implementation of OVSDB.