summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-10-02 22:25:51 -0700
committerJustin Pettit <jpettit@nicira.com>2012-11-01 22:54:27 -0700
commit81816a5fe8ddd96a296fabc8ea8069e9a19a2631 (patch)
tree168d9ed139697c90ecacb5cf58d62e71bc96f5d0 /vswitchd/vswitch.ovsschema
parentddbfda846297ab9e89ed9c3f844a8eff86692275 (diff)
downloadopenvswitch-81816a5fe8ddd96a296fabc8ea8069e9a19a2631.tar.gz
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 <jpettit@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema11
1 files changed, 9 insertions, 2 deletions
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"},