ofp-msgs: fix enum of OFPMP_TABLE_DESC.
authorMinoru TAKAHASHI <takahashi.minoru7@gmail.com>
Fri, 18 Sep 2015 06:38:10 +0000 (15:38 +0900)
committerJoe Stringer <joestringer@nicira.com>
Tue, 29 Sep 2015 23:06:42 +0000 (16:06 -0700)
Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
lib/ofp-msgs.h

index 132e405..bce5283 100644 (file)
@@ -378,10 +378,10 @@ enum ofpraw {
     /* OFPST 1.3+ (12): struct ofp13_table_features, uint8_t[8][]. */
     OFPRAW_OFPST13_TABLE_FEATURES_REPLY,
 
-    /* OFPST 1.4+ (15): void. */
+    /* OFPST 1.4+ (14): void. */
     OFPRAW_OFPST14_TABLE_DESC_REQUEST,
 
-    /* OFPST 1.4+ (15): struct ofp14_table_desc, uint8_t[8][]. */
+    /* OFPST 1.4+ (14): struct ofp14_table_desc, uint8_t[8][]. */
     OFPRAW_OFPST14_TABLE_DESC_REPLY,
 
     /* OFPST 1.0-1.4 (13): void. */