summaryrefslogtreecommitdiff
path: root/tests/ofp-errors.at
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 /tests/ofp-errors.at
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 'tests/ofp-errors.at')
-rw-r--r--tests/ofp-errors.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ofp-errors.at b/tests/ofp-errors.at
index 92f2a98f3..a8d7cfaed 100644
--- a/tests/ofp-errors.at
+++ b/tests/ofp-errors.at
@@ -90,11 +90,13 @@ AT_CHECK([ovs-ofctl print-error OFPBIC_BAD_EXPERIMENTER], [0], [dnl
OpenFlow 1.1: vendor 0, type 3, code 5
OpenFlow 1.2: vendor 0, type 3, code 5
OpenFlow 1.3: vendor 0, type 3, code 5
+OpenFlow 1.4: vendor 0, type 3, code 5
])
AT_CHECK([ovs-ofctl print-error OFPBIC_BAD_EXP_TYPE], [0], [dnl
OpenFlow 1.1: vendor 0, type 3, code 5
OpenFlow 1.2: vendor 0, type 3, code 6
OpenFlow 1.3: vendor 0, type 3, code 6
+OpenFlow 1.4: vendor 0, type 3, code 6
])
AT_CLEANUP