Reported-by: Simon Jouet <simon.jo...@gmail.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 AUTHORS            |    1 +
 lib/ofp-msgs.h     |    4 ++--
 tests/ofp-print.at |    4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 8296673..dbacdf8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -259,6 +259,7 @@ Scott Hendricks         shendri...@nicira.com
 Sean Brady              sbr...@gtfservices.com
 Sebastian Andrzej Siewior  sebast...@breakpoint.cc
 Sébastien RICCIO        s...@swisscenter.com
+Simon Jouet             simon.jo...@gmail.com
 Spiro Kourtessis        sp...@vmware.com
 Sridhar Samudrala       samudrala.srid...@gmail.com
 Srini Seetharaman       seeth...@stanford.edu
diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h
index 56c89d9..53423ea 100644
--- a/lib/ofp-msgs.h
+++ b/lib/ofp-msgs.h
@@ -204,12 +204,12 @@ enum ofpraw {
     /* OFPT 1.1+ (21): void. */
     OFPRAW_OFPT11_BARRIER_REPLY,
 
-    /* OFPT 1.0 (22): struct ofp10_queue_get_config_request. */
+    /* OFPT 1.0 (20): struct ofp10_queue_get_config_request. */
     OFPRAW_OFPT10_QUEUE_GET_CONFIG_REQUEST,
     /* OFPT 1.1+ (22): struct ofp11_queue_get_config_request. */
     OFPRAW_OFPT11_QUEUE_GET_CONFIG_REQUEST,
 
-    /* OFPT 1.0 (23): struct ofp10_queue_get_config_reply, uint8_t[8][]. */
+    /* OFPT 1.0 (21): struct ofp10_queue_get_config_reply, uint8_t[8][]. */
     OFPRAW_OFPT10_QUEUE_GET_CONFIG_REPLY,
     /* OFPT 1.1+ (23): struct ofp11_queue_get_config_reply, uint8_t[8][]. */
     OFPRAW_OFPT11_QUEUE_GET_CONFIG_REPLY,
diff --git a/tests/ofp-print.at b/tests/ofp-print.at
index 27187ef..5871930 100644
--- a/tests/ofp-print.at
+++ b/tests/ofp-print.at
@@ -2393,7 +2393,7 @@ AT_CLEANUP
 
 AT_SETUP([OFPT_QUEUE_GET_CONFIG_REQUEST - OF1.0])
 AT_KEYWORDS([ofp-print])
-AT_CHECK([ovs-ofctl ofp-print "01 16 00 0c 00 00 00 01 00 01 00 00"], [0], [dnl
+AT_CHECK([ovs-ofctl ofp-print "01 14 00 0c 00 00 00 01 00 01 00 00"], [0], [dnl
 OFPT_QUEUE_GET_CONFIG_REQUEST (xid=0x1): port=1
 ])
 AT_CLEANUP
@@ -2408,7 +2408,7 @@ AT_CLEANUP
 
 AT_SETUP([OFPT_QUEUE_GET_CONFIG_REPLY - OF1.0])
 AT_KEYWORDS([ofp-print])
-AT_CHECK([ovs-ofctl ofp-print "01 17 00 40 00 00 00 01 \
+AT_CHECK([ovs-ofctl ofp-print "01 15 00 40 00 00 00 01 \
 00 01 00 00 00 00 00 00 \
 00 00 55 55 00 28 00 00 \
 00 01 00 10 00 00 00 00 01 f4 00 00 00 00 00 00 \
-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to