This is sufficient to allow encoding and decoding of OpenFlow 1.2 Set Config messages as the format is the same as OpenFlow 1.0 and OpenFlow 1.2.
Signed-off-by: Simon Horman <ho...@verge.net.au> --- v10 * No change v9 * No change v8 * No change v7 * Initial Post --- lib/ofp-msgs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h index 1639cd9..62cdf66 100644 --- a/lib/ofp-msgs.h +++ b/lib/ofp-msgs.h @@ -120,7 +120,7 @@ enum ofpraw { /* OFPT 1.0+ (8): struct ofp_switch_config. */ OFPRAW_OFPT_GET_CONFIG_REPLY, - /* OFPT 1.0-1.1 (9): struct ofp_switch_config. */ + /* OFPT 1.0+ (9): struct ofp_switch_config. */ OFPRAW_OFPT_SET_CONFIG, /* OFPT 1.0 (10): struct ofp_packet_in up to data, uint8_t[]. */ -- 1.7.10.2.484.gcd07cc5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev