summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-02-14 15:18:32 -0800
committerBen Pfaff <blp@nicira.com>2012-02-16 11:06:37 -0800
commitb850dc6dd5e817921daa03d792791c61995de08f (patch)
tree63ad0573c7baf7d5b4f68ec9efed22cb264daeaf /vswitchd/vswitch.ovsschema
parent550534413c31d7c91181305962fc7fc982465ac0 (diff)
downloadopenvswitch-b850dc6dd5e817921daa03d792791c61995de08f.tar.gz
vswitchd: Remove never-implemented table and column for capabilities.
Not only have we never implemented this, no one has ever asked for it to the best of my knowledge. This increments the middle part of the schema version number instead of the first part on the grounds that removing something that is unused is unlikely to break anything. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema14
1 files changed, 2 insertions, 12 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index e4ae893c3..c7aece704 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "6.7.0",
- "cksum": "1451320369 16635",
+ "version": "6.8.0",
+ "cksum": "1404093776 16263",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -25,11 +25,6 @@
"type": "integer"},
"cur_cfg": {
"type": "integer"},
- "capabilities": {
- "type": {"key": "string",
- "value": {"type": "uuid",
- "refTable": "Capability"},
- "min": 0, "max": "unlimited"}},
"statistics": {
"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"},
"ephemeral": true},
@@ -47,11 +42,6 @@
"min": 0, "max": 1}}},
"isRoot": true,
"maxRows": 1},
- "Capability": {
- "columns": {
- "details": {
- "type": {"key": "string", "value": "string",
- "min": 0, "max": "unlimited"}}}},
"Bridge": {
"columns": {
"name": {