From 81816a5fe8ddd96a296fabc8ea8069e9a19a2631 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 2 Oct 2012 22:25:51 -0700 Subject: Allow the OpenFlow port to be requested for a port. A new "ofport_request" column makes it possible to request the OpenFlow port number when adding a port. Signed-off-by: Justin Pettit --- vswitchd/vswitch.ovsschema | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'vswitchd/vswitch.ovsschema') diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index bbfb01f29..12344889d 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "6.10.0", - "cksum": "3699312094 16958", + "version": "6.11.0", + "cksum": "3699219253 17163", "tables": { "Open_vSwitch": { "columns": { @@ -178,6 +178,13 @@ "ofport": { "type": {"key": "integer", "min": 0, "max": 1}, "ephemeral": true}, + "ofport_request": { + "type": { + "key": {"type": "integer", + "minInteger": 1, + "maxInteger": 65279}, + "min": 0, + "max": 1}}, "cfm_mpid": { "type": { "key": {"type": "integer"}, -- cgit v1.2.1