aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-errors.h
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2012-09-04 15:51:59 +0900
committerBen Pfaff <blp@nicira.com>2012-09-04 13:04:46 -0700
commite38c9de5db32342b86f177e9fbd4e1dab77a2a1f (patch)
tree4f1769a626dde45aebbaad6246cd36056a66373a /lib/ofp-errors.h
parent5cb7a798405c6ccc07bf9a932b709643c072b086 (diff)
ofp-errors: Remove OFPERR_NXBIC_DUP_TYPE
OFPERR_NXBIC_DUP_TYPE is currently only used in decode_openflow11_instructions() which is part of a non-NX extension portion of the Open Flow 1.1+ implementation. After recent discussion it has been decided to attempt to only use standardised, albeit less-specific, errors unless errors arise from use of an NX extension. With the above in mind it seems appropriate to: * Use OFPERR_OFPIT_BAD_INSTRUCTION in place of OFPERR_NXBIC_DUP_TYPE. * Remove OFPERR_NXBIC_DUP_TYPE 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 2f28a420..4d17ba95 100644
--- a/lib/ofp-errors.h
+++ b/lib/ofp-errors.h
@@ -238,9 +238,6 @@ enum ofperr {
/* OF1.2+(3,8). Permissions error. */
OFPERR_OFPBIC_EPERM,
- /* NX1.1+(3,256). Duplicate instruction type in set of instructions. */
- OFPERR_NXBIC_DUP_TYPE,
-
/* ## --------------- ## */
/* ## OFPET_BAD_MATCH ## */
/* ## --------------- ## */