mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.
There are a couple of cases where OpenFlow 1.0 controllers that use Nicira extensions can get OFPBMC_BAD_FIELD, so we should have an error code for it in that protocol. Reported-by: Soner Sevinc <sevincs@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
This commit is contained in:
@@ -329,7 +329,7 @@ enum ofperr {
|
||||
* match. */
|
||||
OFPERR_OFPBMC_BAD_WILDCARDS,
|
||||
|
||||
/* OF1.1+(4,6). Unsupported field in the match. */
|
||||
/* NX1.0(0,263), OF1.1+(4,6). Unsupported field in the match. */
|
||||
OFPERR_OFPBMC_BAD_FIELD,
|
||||
|
||||
/* NX1.0(1,258), OF1.1+(4,7). Unsupported value in a match
|
||||
|
Reference in New Issue
Block a user