ovsdb: Drop regular expression constraints.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Feb 2010 23:57:50 +0000 (15:57 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Feb 2010 22:59:16 +0000 (14:59 -0800)
commit89521e3f79d53523fda9f284e74f0f7aa21332b4
tree3e3463784a9fe29afb78df4cdc7e624c05e20317
parent867cc7bd395b32a3516112127a04d41d9f1b15fc
ovsdb: Drop regular expression constraints.

Regular expression constraints have caused nothing but trouble due to the
lack of a ubiquitous regular expression library.  PCRE is *almost*
everywhere, but it has different versions, and different features, and
different bugs, in different places.  It is more trouble than it is worth.
So this commit drops support.
lib/ovsdb-data.c
lib/ovsdb-types.c
lib/ovsdb-types.h
ovsdb/SPECS
ovsdb/ovsdb-idlc.in
tests/ovs-vsctl.at
tests/ovsdb-data.at
tests/ovsdb-types.at
vswitchd/vswitch.ovsschema