mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
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>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user