Skip to content

Commit

Permalink
ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
blp committed May 29, 2015
1 parent 5aa7f16 commit 7a1290c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ Sridhar Samudrala [email protected]
Srini Seetharaman [email protected]
Sabyasachi Sengupta [email protected]
Salvatore Cambria [email protected]
Soner Sevinc [email protected]
Stephen Hemminger [email protected]
Suganya Ramachandran [email protected]
Takayuki HAMA [email protected]
Expand Down
2 changes: 1 addition & 1 deletion lib/ofp-errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a1290c

Please sign in to comment.