ofp-msgs: Allow encoding and decoding of Open Flow 1.1 & 1.2 Barrier Messages
[openvswitch] / lib / ofp-msgs.h
index 7ef7c5a6ec60d8b2e48df7f054ddf0d450d84279..752d12c6ddf86366fd9237e167d2ce18f9b379be 100644 (file)
@@ -163,12 +163,12 @@ enum ofpraw {
 
     /* OFPT 1.0 (18): void. */
     OFPRAW_OFPT10_BARRIER_REQUEST,
-    /* OFPT 1.1 (20): void. */
+    /* OFPT 1.1+ (20): void. */
     OFPRAW_OFPT11_BARRIER_REQUEST,
 
     /* OFPT 1.0 (19): void. */
     OFPRAW_OFPT10_BARRIER_REPLY,
-    /* OFPT 1.1 (21): void. */
+    /* OFPT 1.1+ (21): void. */
     OFPRAW_OFPT11_BARRIER_REPLY,
 
 /* Standard statistics. */