summaryrefslogtreecommitdiff
path: root/include/openflow
diff options
context:
space:
mode:
authorSimon Horman <simon.horman@netronome.com>2014-11-21 10:15:32 +0900
committerBen Pfaff <blp@nicira.com>2014-11-25 08:13:41 -0800
commitb3248fa7ca8fe322e60fb588ea546074d8376cd6 (patch)
tree29fa4501d9db1d92101be0ca0a1da6d147d9cf20 /include/openflow
parent847ddeab372220170f431f1b9dd504237066729a (diff)
downloadopenvswitch-b3248fa7ca8fe322e60fb588ea546074d8376cd6.tar.gz
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 <simon.horman@netronome.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include/openflow')
-rw-r--r--include/openflow/openflow-1.5.h1
1 files changed, 1 insertions, 0 deletions
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 */
};