From: Ben Pfaff Date: Tue, 3 Mar 2015 21:28:32 +0000 (-0800) Subject: ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD. X-Git-Tag: v2.3.2~3 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=22a1a7a3da9bd129a12ca583f405cc6df00ba39b 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 Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- diff --git a/AUTHORS b/AUTHORS index ae6c1e300..2b368ee05 100644 --- a/AUTHORS +++ b/AUTHORS @@ -267,6 +267,7 @@ Sridhar Samudrala samudrala.sridhar@gmail.com Srini Seetharaman seethara@stanford.edu Sabyasachi Sengupta Sabyasachi.Sengupta@alcatel-lucent.com Salvatore Cambria salvatore.cambria@citrix.com +Soner Sevinc sevincs@vmware.com Stephen Hemminger shemminger@vyatta.com Stephen Finucane stephen.finucane@intel.com Suganya Ramachandran suganyar@vmware.com diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index 2895138af..a5d71530c 100644 --- a/lib/ofp-errors.h +++ b/lib/ofp-errors.h @@ -299,7 +299,7 @@ enum ofperr { /* OF1.1+(4,5). Unsupported wildcard specified in the 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