mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
ofp-errors: Use standardised code for OFPERR_OFPBMC_BAD_VALUE
Use standardised code for Open Flow 1.1 OFPERR_OFPBMC_BAD_VALUE OFPERR_OFPBMC_BAD_VALUE is defined in Open Flow 1.1 as (4,7), so use that code instead of a non-standard one. Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -268,7 +268,7 @@ enum ofperr {
|
||||
/* OF1.1+(4,6). Unsupported field in the match. */
|
||||
OFPERR_OFPBMC_BAD_FIELD,
|
||||
|
||||
/* NX1.0(1,258), NX1.1(1,258), OF1.2+(4,7). Unsupported value in a match
|
||||
/* NX1.0(1,258), OF1.1+(4,7). Unsupported value in a match
|
||||
* field. */
|
||||
OFPERR_OFPBMC_BAD_VALUE,
|
||||
|
||||
|
Reference in New Issue
Block a user