From: Simon Horman <horms@verge.net.au>
Date: Tue, 4 Sep 2012 06:52:03 +0000 (+0900)
Subject: ofp-errors: Use standardised code for OFPERR_OFPBMC_BAD_VALUE
X-Git-Tag: sliver-openvswitch-1.8.90-0~15^2~19
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=130b77cd9451731b0dcca077ad61e026109d53b5;p=sliver-openvswitch.git

ofp-errors: Use standardised code for OFPERR_OFPBMC_BAD_VALUE

Use standardised code for Open Flow 1.1 OFPERR_OFPBMC_BAD_VALUE

OFPERR_OFPBMC_BAD_VALUE is defined in Open Flow 1.1 as (4,7),
so use that code instead of a non-standard one.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
---

diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h
index 69ada40eb..cdeddc9b2 100644
--- a/lib/ofp-errors.h
+++ b/lib/ofp-errors.h
@@ -268,7 +268,7 @@ enum ofperr {
     /* OF1.1+(4,6).  Unsupported field in the match. */
     OFPERR_OFPBMC_BAD_FIELD,
 
-    /* NX1.0(1,258), NX1.1(1,258), OF1.2+(4,7).  Unsupported value in a match
+    /* NX1.0(1,258), OF1.1+(4,7).  Unsupported value in a match
      * field. */
     OFPERR_OFPBMC_BAD_VALUE,