2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

ofp-actions: Use specific error code for oxm_hasmask=1 in Set-Field.

Based on the OpenFlow 1.5 draft.

ONF-JIRA: EXT-425
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
This commit is contained in:
Ben Pfaff
2014-08-11 14:13:53 -07:00
parent 5ad4b3f8c3
commit da4425c78d
3 changed files with 14 additions and 4 deletions

View File

@@ -222,6 +222,10 @@ enum ofperr {
* unsupported value, or modifies a read-only field. */
OFPERR_OFPBAC_BAD_SET_ARGUMENT,
/* NX1.3-1.4(14), OF1.5+(2,16). Field in Set-Field action has Has-Mask bit
* set to 1. */
OFPERR_OFPBAC_BAD_SET_MASK,
/* NX1.0-1.1(2,256), NX1.2+(11). Must-be-zero action argument had nonzero
* value. */
OFPERR_NXBAC_MUST_BE_ZERO,