[ovs-dev] [PATCH] ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.

Ben Pfaff blp at nicira.com
Tue Mar 3 21:28:32 UTC 2015


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 <sevincs at vmware.com>
Signed-off-by: Ben Pfaff <blp at 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.sridhar at gmail.com
 Srini Seetharaman       seethara at stanford.edu
 Sabyasachi Sengupta     Sabyasachi.Sengupta at alcatel-lucent.com
 Salvatore Cambria       salvatore.cambria at citrix.com
+Soner Sevinc            sevincs at vmware.com
 Stephen Hemminger       shemminger at vyatta.com
 Suganya Ramachandran    suganyar at vmware.com
 Takayuki HAMA           t-hama at 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




More information about the dev mailing list