[ovs-dev] [PATCH 19/24] ofp-msgs: Update OFPRAW_OFPT_SET_CONFIG for OpenFlow 1.2

Simon Horman horms at verge.net.au
Mon Jul 23 06:16:48 UTC 2012


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 <horms at verge.net.au>

---

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




More information about the dev mailing list