summaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorAlexandru Copot <alex.mihai.c@gmail.com>2014-03-03 15:22:32 +0200
committerBen Pfaff <blp@nicira.com>2014-03-23 14:44:58 -0700
commitc37c03826ce05e0d8262180b102923574eea01eb (patch)
treee401e8b2112d7fda1632764ae74e3db8c9bf5fed /vswitchd/vswitch.ovsschema
parent32260212a0687b6d14544a93a17363683bf41ea5 (diff)
downloadopenvswitch-c37c03826ce05e0d8262180b102923574eea01eb.tar.gz
ofproto: Allow the use of the OpenFlow 1.4 protocol
This defines the version number for OpenFlow 1.4 so that the switch can actually use it. The ovsdb schema is also modified. Signed-off-by: Alexandru Copot <alex.mihai.c@gmail.com> Cc: Daniel Baluta <dbaluta@ixiacom.com> [blp@nicira.com adjusted code in cases where 1.3 and 1.4 are the same] Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema5
1 files changed, 3 insertions, 2 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 9eb21ed71..efaa1dabc 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
"version": "7.4.0",
- "cksum": "951746691 20389",
+ "cksum": "2387737815 20431",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -83,7 +83,8 @@
"enum": ["set", ["OpenFlow10",
"OpenFlow11",
"OpenFlow12",
- "OpenFlow13"]]},
+ "OpenFlow13",
+ "OpenFlow14"]]},
"min": 0, "max": "unlimited"}},
"fail_mode": {
"type": {"key": {"type": "string",