ovsdb: Remove "comment" support from OVSDB schemas.
authorBen Pfaff <blp@nicira.com>
Sat, 6 Mar 2010 01:05:43 +0000 (17:05 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 6 Mar 2010 01:05:43 +0000 (17:05 -0800)
commit2e57b537305cbaa6f724a28957510a6d86aa2d0f
tree95122be4e117996e9802cb8f254467c2a4eb4887
parent8936565369410daa099708be4cd3fa7e0e39bade
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.
15 files changed:
ovsdb/OVSDB.py
ovsdb/SPECS
ovsdb/column.c
ovsdb/column.h
ovsdb/ovsdb-client.1.in
ovsdb/ovsdb-client.c
ovsdb/ovsdb-idlc.in
ovsdb/ovsdb.c
ovsdb/ovsdb.h
ovsdb/table.c
ovsdb/table.h
tests/ovsdb-column.at
tests/ovsdb-table.at
vswitchd/vswitch.ovsschema
vswitchd/vswitch.xml