From: Simon Horman Date: Fri, 21 Nov 2014 01:15:32 +0000 (+0900) Subject: openflow: Value 4 of enum ofp15_group_mod_command is reserved. X-Git-Tag: v2.4.0~875 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=b3248fa7ca8fe322e60fb588ea546074d8376cd6 openflow: Value 4 of enum ofp15_group_mod_command is reserved. 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 Signed-off-by: Ben Pfaff --- diff --git a/include/openflow/openflow-1.5.h b/include/openflow/openflow-1.5.h index d1245d3ee..5183125b4 100644 --- a/include/openflow/openflow-1.5.h +++ b/include/openflow/openflow-1.5.h @@ -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 */ };