From 2cd0c475838d048edaec57d137c49bc552c45a08 Mon Sep 17 00:00:00 2001 From: Alexander Wu Date: Thu, 21 Nov 2013 17:04:28 +0800 Subject: [PATCH] ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES. Signed-off-by: Alexander Wu Reviewed-by: Simon Horman Signed-off-by: Ben Pfaff --- lib/ofp-msgs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h index c526a15e8..26fd6a305 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. */ -- 2.43.0