From: Simon Horman Date: Tue, 7 Aug 2012 21:49:40 +0000 (+0900) Subject: ofp-msgs: Update OFPRAW_OFPT_SET_CONFIG for OpenFlow 1.2 X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~80 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=653679335044758eb8166d04d775ad4f70b43bf2 ofp-msgs: Update OFPRAW_OFPT_SET_CONFIG for OpenFlow 1.2 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 Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h index 1639cd97f..62cdf666a 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[]. */