OK

> -----Original Message-----
> From: ovs-dev-boun...@openvswitch.org 
> [mailto:ovs-dev-boun...@openvswitch.org] On Behalf Of Ben Pfaff
> Sent: Tuesday, 13 June, 2017 00:29
> To: d...@openvswitch.org
> Cc: Ben Pfaff <b...@ovn.org>
> Subject: [ovs-dev] [PATCH 09/31] fixup: Need OFPBMC_BAD_TYPE in OF1.0 since 
> it can now be used there.
> 
> Signed-off-by: Ben Pfaff <b...@ovn.org>
> ---
>  include/openvswitch/ofp-errors.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/openvswitch/ofp-errors.h 
> b/include/openvswitch/ofp-errors.h
> index aeb58e012fd3..7d75386352d8 100644
> --- a/include/openvswitch/ofp-errors.h
> +++ b/include/openvswitch/ofp-errors.h
> @@ -311,7 +311,8 @@ enum ofperr {
>  /* ## OFPET_BAD_MATCH ## */
>  /* ## --------------- ## */
> 
> -    /* OF1.1+(4,0).  Unsupported match type specified by the match */
> +    /* NX1.0(4,264), OF1.1+(4,0).  Unsupported match type specified by the
> +     * match */
>      OFPERR_OFPBMC_BAD_TYPE,
> 
>      /* OF1.1+(4,1).  Length problem in match. */
> --
> 2.10.2
> 
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to