summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorNeil McKee <neil.mckee@inmon.com>2013-07-08 13:36:06 -0700
committerBen Pfaff <blp@nicira.com>2013-07-08 13:44:43 -0700
commitea401d9ace433e73f2cdd05dfde5debf506b6c5d (patch)
tree1e0bbaa177dc8a124ca85c01c5881d733257736d /vswitchd/vswitch.ovsschema
parent91aaf1248eec18bcb206f412f0e451a266c8e9e2 (diff)
downloadopenvswitch-ea401d9ace433e73f2cdd05dfde5debf506b6c5d.tar.gz
bridge: Add ifindex column to Interface table.
This commit adds an "ifindex" column to the "Interface" table in the db. Signed-off-by: Neil McKee <neil.mckee@inmon.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema12
1 files changed, 10 insertions, 2 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index bb3ca48b4..d51085121 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
- "version": "7.2.0",
- "cksum": "543912409 19436",
+ "version": "7.2.1",
+ "cksum": "707387125 19667",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -185,6 +185,14 @@
"mac": {
"type": {"key": {"type": "string"},
"min": 0, "max": 1}},
+ "ifindex": {
+ "type": {
+ "key": {"type": "integer",
+ "minInteger": 0,
+ "maxInteger": 4294967295},
+ "min": 0,
+ "max": 1},
+ "ephemeral": true},
"external_ids": {
"type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}},
"ofport": {