[ovs-git] Open vSwitch: ovsdb: Remove "comment" support from OVSDB schemas. (next)

dev at openvswitch.org dev at openvswitch.org
Sat Mar 6 01:08:56 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, next has been updated
       via  2e57b537305cbaa6f724a28957510a6d86aa2d0f (commit)
       via  8936565369410daa099708be4cd3fa7e0e39bade (commit)
      from  28998b228c837c5c447ef01491182b2e3a645294 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2e57b537305cbaa6f724a28957510a6d86aa2d0f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2e57b537305cbaa6f724a28957510a6d86aa2d0f
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb: Remove "comment" support from OVSDB schemas.
		
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.


commit 8936565369410daa099708be4cd3fa7e0e39bade
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8936565369410daa099708be4cd3fa7e0e39bade
Author: Ben Pfaff <blp at nicira.com>
		
Add documentation for the vswitch database schema.
		
We can do better than this (I already have some comments) but this is
still much better than what we had.


-----------------------------------------------------------------------

Summary of changes:
 ovsdb/OVSDB.py             |  488 +++++++++++++++++++++++++++++
 ovsdb/SPECS                |   22 +-
 ovsdb/automake.mk          |   13 +-
 ovsdb/column.c             |   13 +-
 ovsdb/column.h             |    3 +-
 ovsdb/ovsdb-client.1.in    |    4 +-
 ovsdb/ovsdb-client.c       |    8 -
 ovsdb/ovsdb-doc.in         |  329 ++++++++++++++++++++
 ovsdb/ovsdb-idlc.in        |  390 +-----------------------
 ovsdb/ovsdb.c              |   15 +-
 ovsdb/ovsdb.h              |    4 +-
 ovsdb/table.c              |   21 +-
 ovsdb/table.h              |    2 -
 tests/ovsdb-column.at      |    5 -
 tests/ovsdb-table.at       |    6 -
 utilities/ovs-vsctl.8.in   |    6 +-
 vswitchd/.gitignore        |    2 +-
 vswitchd/automake.mk       |   15 +-
 vswitchd/vswitch.ovsschema |   78 -----
 vswitchd/vswitch.xml       |  726 ++++++++++++++++++++++++++++++++++++++++++++
 20 files changed, 1597 insertions(+), 553 deletions(-)
 create mode 100644 ovsdb/OVSDB.py
 create mode 100755 ovsdb/ovsdb-doc.in
 create mode 100644 vswitchd/vswitch.xml


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list