[ovs-git] Open vSwitch: ovsdb: Require database, table, column names to be valid identifiers. (db)

dev at openvswitch.org dev at openvswitch.org
Fri Nov 20 00:48:36 UTC 2009


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, db has been updated
       via  b966380b45d66ae058c31fbcab67ccfcb8751005 (commit)
      from  b9edf64b05c7de01f39b7d88aa45af3d13b5cc72 (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 b966380b45d66ae058c31fbcab67ccfcb8751005
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b966380b45d66ae058c31fbcab67ccfcb8751005
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb: Require database, table, column names to be valid identifiers.
		
Database, table, and column names have always been required by the OVSDB
specification to be identifiers (e.g. valid C identifiers), but this has
never been enforced.

This commit adds enforcement and fixes one instance of an invalid column
name in the vswitch schema.


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

Summary of changes:
 lib/ovsdb-parser.c         |    6 +++---
 lib/ovsdb-parser.h         |    2 ++
 ovsdb/ovsdb.c              |    2 ++
 ovsdb/table.c              |    2 ++
 vswitchd/vswitch.ovsschema |    2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list