aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-errors.h
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2012-09-04 15:52:00 +0900
committerBen Pfaff <blp@nicira.com>2012-09-04 13:05:08 -0700
commitfb9515e1fd7f60d9720ccdecd3cb23c7b852f045 (patch)
tree8e40a5b1140bbd23ffb432f46d30d16a4e50029e /lib/ofp-errors.h
parente38c9de5db32342b86f177e9fbd4e1dab77a2a1f (diff)
ofp-errors: Remove OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED
OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED is currently only used in paths which are part of a non-NX extension portions of the Open Flow 1.1+ implementation. After recent discussion it has been decided to attempt to only use standardised, albeit lest-specify, errors unless errors arise from use of an NX extension. With the above in mind it seems appropriate to: * Use OFPERR_OFPFMFC_UNKNOWN in place of OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED. * Remove OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED as it is no longer used. An unfortunate side-effect of this change is that the error for the case in question is now less-specific. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/ofp-errors.h')
-rw-r--r--lib/ofp-errors.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h
index 4d17ba95..69ada40e 100644
--- a/lib/ofp-errors.h
+++ b/lib/ofp-errors.h
@@ -337,9 +337,6 @@ enum ofperr {
* extension is enabled. */
OFPERR_NXFMFC_BAD_TABLE_ID,
- /* NX1.0+(3,258). 'out_group' specified but groups not yet supported. */
- OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED,
-
/* ## ---------------------- ## */
/* ## OFPET_GROUP_MOD_FAILED ## */
/* ## ---------------------- ## */