ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES.
authorAlexander Wu <alexander.wu@huawei.com>
Thu, 21 Nov 2013 09:04:28 +0000 (17:04 +0800)
committerBen Pfaff <blp@nicira.com>
Thu, 21 Nov 2013 22:02:13 +0000 (14:02 -0800)
Signed-off-by: Alexander Wu <alexander.wu@huawei.com>
Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-msgs.h

index c526a15..26fd6a3 100644 (file)
@@ -343,10 +343,10 @@ enum ofpraw {
     /* OFPST 1.3+ (11): struct ofp13_meter_features. */
     OFPRAW_OFPST13_METER_FEATURES_REPLY,
 
-    /* OFPST 1.3+ (12): struct ofp13_table_features[]. */
+    /* OFPST 1.3+ (12): void. */
     OFPRAW_OFPST13_TABLE_FEATURES_REQUEST,
 
-    /* OFPST 1.3+ (12): struct ofp13_table_features[]. */
+    /* OFPST 1.3+ (12): struct ofp13_table_features, uint8_t[8][]. */
     OFPRAW_OFPST13_TABLE_FEATURES_REPLY,
 
     /* OFPST 1.0+ (13): void. */