On Mon, Nov 10, 2014 at 01:47:50PM +0900, Simon Horman wrote:
> Add OFPERR_OFPGMFC_UNKNOWN_BUCKET and OFPERR_OFPGMFC_BUCKET_EXISTS
> which are part of (draft) OpenFlow 1.5 groups.
> 
> EXT-350

Please write "ONF-JIRA: EXT-350" as suggested in CONTRIBUTING.md.

> Signed-off-by: Simon Horman <simon.hor...@netronome.com>
> ---
>  lib/ofp-errors.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/lib/ofp-errors.h b/lib/ofp-errors.h
> index 2516b39..40c7910 100644
> --- a/lib/ofp-errors.h
> +++ b/lib/ofp-errors.h
> @@ -411,6 +411,12 @@ enum ofperr {
>      /* OF1.2+(6,14).  Permissions error. */
>      OFPERR_OFPGMFC_EPERM,
>  
> +    /* OF1.5+(6,15).  Permissions error. */
> +    OFPERR_OFPGMFC_UNKNOWN_BUCKET,
> +
> +    /* OF1.5+(6,16).  Permissions error. */
> +    OFPERR_OFPGMFC_BUCKET_EXISTS,

The comments are wrong.

Thanks,

Ben.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to