Skip to content

Commit

Permalink
openflow: Value 4 of enum ofp15_group_mod_command is reserved.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
shorman-netronome authored and blp committed Nov 25, 2014
1 parent 847ddea commit b3248fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/openflow/openflow-1.5.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};
Expand Down

0 comments on commit b3248fa

Please sign in to comment.