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 <sevi...@vmware.com> Signed-off-by: Ben Pfaff <b...@nicira.com> --- AUTHORS | 1 + lib/ofp-errors.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index ca33a7f..02bcd64 100644 --- a/AUTHORS +++ b/AUTHORS @@ -328,6 +328,7 @@ Sridhar Samudrala samudrala.srid...@gmail.com Srini Seetharaman seeth...@stanford.edu Sabyasachi Sengupta sabyasachi.sengu...@alcatel-lucent.com Salvatore Cambria salvatore.camb...@citrix.com +Soner Sevinc sevi...@vmware.com Stephen Hemminger shemmin...@vyatta.com Suganya Ramachandran sugan...@vmware.com Takayuki HAMA t-h...@cb.jp.nec.com diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index aff2075..e6c9211 100644 --- a/lib/ofp-errors.h +++ b/lib/ofp-errors.h @@ -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 -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev