Skip to content

Commit

Permalink
ofp-errors: Use official extension code for OFPBAC_BAD_SET_MASK.
Browse files Browse the repository at this point in the history
ONF-JIRA: EXT-425
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
  • Loading branch information
blp committed Nov 24, 2014
1 parent 10cb984 commit ff11180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ofp-errors.h
Expand Up @@ -222,8 +222,8 @@ 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. */
/* ONF1.3-1.4(4250), 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
Expand Down

0 comments on commit ff11180

Please sign in to comment.