Acked-by: Jarno Rajahalme <jrajaha...@nicira.com>

On Aug 7, 2014, at 4:13 PM, Ben Pfaff <b...@nicira.com> wrote:

> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
> utilities/ovs-ofctl.c |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
> index 7b4a006..4dc547d 100644
> --- a/utilities/ovs-ofctl.c
> +++ b/utilities/ovs-ofctl.c
> @@ -2965,7 +2965,7 @@ ofctl_parse_ofp10_actions(int argc OVS_UNUSED, char 
> *argv[] OVS_UNUSED)
>         error = ofpacts_pull_openflow_actions(&of10_in, ofpbuf_size(&of10_in),
>                                               OFP10_VERSION, &ofpacts);
>         if (error) {
> -            printf("bad OF1.1 actions: %s\n\n", ofperr_get_name(error));
> +            printf("bad OF1.0 actions: %s\n\n", ofperr_get_name(error));
>             ofpbuf_uninit(&ofpacts);
>             ofpbuf_uninit(&of10_in);
>             continue;
> -- 
> 1.7.10.4
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev

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

Reply via email to