From 653679335044758eb8166d04d775ad4f70b43bf2 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Wed, 8 Aug 2012 06:49:40 +0900 Subject: [PATCH] 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 --- 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 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[]. */ -- 2.43.0