aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-msgs.h
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno.rajahalme@nsn.com>2013-06-20 17:26:18 +0300
committerBen Pfaff <blp@nicira.com>2013-06-25 10:34:09 -0700
commit638a19b04578669b5d43cb4d91391a9e1da93dc7 (patch)
tree6ba05fc59394648f9f8bf4d230b674bdc1050a25 /lib/ofp-msgs.h
parentb4af6ceeea7bc757de1e8294036b522e81e3a3fa (diff)
ofp-util: Support for OpenFlow 1.3 meters.
Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/ofp-msgs.h')
-rw-r--r--lib/ofp-msgs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h
index 66ec4482..2501e383 100644
--- a/lib/ofp-msgs.h
+++ b/lib/ofp-msgs.h
@@ -217,7 +217,7 @@ enum ofpraw {
/* NXT 1.0+ (19): struct nx_async_config. */
OFPRAW_NXT_SET_ASYNC_CONFIG,
- /* OFPT 1.3+ (29): struct ofp13_meter_mod. */
+ /* OFPT 1.3+ (29): struct ofp13_meter_mod, uint8_t[8][]. */
OFPRAW_OFPT13_METER_MOD,
/* Standard statistics. */
@@ -315,13 +315,13 @@ enum ofpraw {
/* OFPST 1.3+ (9): struct ofp13_meter_multipart_request. */
OFPRAW_OFPST13_METER_REQUEST,
- /* OFPST 1.3+ (9): struct ofp13_meter_stats[]. */
+ /* OFPST 1.3+ (9): uint8_t[8][]. */
OFPRAW_OFPST13_METER_REPLY,
/* OFPST 1.3+ (10): struct ofp13_meter_multipart_request. */
OFPRAW_OFPST13_METER_CONFIG_REQUEST,
- /* OFPST 1.3+ (10): struct ofp13_meter_config[]. */
+ /* OFPST 1.3+ (10): uint8_t[8][]. */
OFPRAW_OFPST13_METER_CONFIG_REPLY,
/* OFPST 1.3+ (11): void. */