From: Simon Horman Date: Tue, 4 Sep 2012 06:52:03 +0000 (+0900) Subject: ofp-errors: Use standardised code for OFPERR_OFPBMC_BAD_VALUE X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130b77cd9451731b0dcca077ad61e026109d53b5;p=openvswitch 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 Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h index 69ada40e..cdeddc9b 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,