[ovs-dev] [PATCH 1/9] ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES.

Alexander Wu alexander.wu at huawei.com
Thu Nov 21 09:04:28 UTC 2013


V3:
  No change.

V2:
  No change.

V1:
  Fix the limits to right ones.

Signed-off-by: Alexander Wu <alexander.wu at huawei.com>
Reviewed-by: Simon Horman <horms at verge.net.au>
---
 lib/ofp-msgs.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h
index c526a15..26fd6a3 100644
--- a/lib/ofp-msgs.h
+++ b/lib/ofp-msgs.h
@@ -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. */
-- 
1.7.3.1.msysgit.0





More information about the dev mailing list