From: Alexander Wu Date: Thu, 21 Nov 2013 09:04:28 +0000 (+0800) Subject: ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=2cd0c475838d048edaec57d137c49bc552c45a08;p=sliver-openvswitch.git ofp-msgs: Fix limits of OFPMP_TABLE_FEATURES. Signed-off-by: Alexander Wu Reviewed-by: Simon Horman Signed-off-by: Ben Pfaff --- 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. */