openflow: Value 4 of enum ofp15_group_mod_command is reserved.
authorSimon Horman <simon.horman@netronome.com>
Fri, 21 Nov 2014 01:15:32 +0000 (10:15 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 16:13:41 +0000 (08:13 -0800)
The spec has been clarified to note that element 4 of
enum ofp_group_mod_command is reserved. This patch reflects
that change.

ONF-JIRA: EXT-350
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow-1.5.h

index d1245d3..5183125 100644 (file)
@@ -49,6 +49,7 @@ enum ofp15_group_mod_command {
     /* New in OpenFlow 1.5 */
     OFPGC15_INSERT_BUCKET = 3,/* Insert action buckets to the already available
                                  list of action buckets in a matching group */
+    /* OFPGCXX_YYY = 4, */    /* Reserved for future use. */
     OFPGC15_REMOVE_BUCKET = 5,/* Remove all action buckets or any specific
                                  action bucket from matching group */
 };