aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-errors.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-10-12 10:15:11 -0700
committerBen Pfaff <blp@nicira.com>2012-10-13 18:34:55 -0700
commitbe2b69d14692718d1569b2b6fd03594be1a0f864 (patch)
treef1e69088f405980b80f2cfc7ed54f10b378f410e /lib/ofp-errors.h
parent9cac51959920a64ba8de2a6bd4715b8a7fb1a728 (diff)
ofp-errors: Merge OF1.0 "all tables full" with OF1.1+ "table full".
These codes represent essentially the same condition and only one of them exists in any given version of OpenFlow, so merge them together into a single OFPERR_* code. Reported-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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h
index a883e201..ffac8aa4 100644
--- a/lib/ofp-errors.h
+++ b/lib/ofp-errors.h
@@ -309,10 +309,7 @@ enum ofperr {
/* OF1.1+(5,0). Unspecified error. */
OFPERR_OFPFMFC_UNKNOWN,
- /* OF1.0(3,0). Flow not added because of full tables. */
- OFPERR_OFPFMFC_ALL_TABLES_FULL,
-
- /* OF1.1+(5,1). Flow not added because table was full. */
+ /* OF1.0(3,0), OF1.1+(5,1). Flow not added because of full table(s). */
OFPERR_OFPFMFC_TABLE_FULL,
/* OF1.1+(5,2). Table does not exist */