s/ofporot/ofproto/

On Tue, Nov 20, 2012 at 1:49 PM, Ansis Atteka <[email protected]> wrote:

> The usage message for this command was wrong, because it did not
> specify priority as one of its arguments.
>
> Signed-off-by: Ansis Atteka <[email protected]>
> ---
>  ofproto/ofproto-dpif.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
> index 45527e3..211ed42 100644
> --- a/ofproto/ofproto-dpif.c
> +++ b/ofproto/ofproto-dpif.c
> @@ -7631,7 +7631,7 @@ ofproto_dpif_unixctl_init(void)
>
>      unixctl_command_register(
>          "ofproto/trace",
> -        "bridge {tun_id in_port packet | odp_flow [-generate]}",
> +        "bridge {priority tun_id in_port packet | odp_flow [-generate]}",
>          2, 5, ofproto_unixctl_trace, NULL);
>      unixctl_command_register("fdb/flush", "[bridge]", 0, 1,
>                               ofproto_unixctl_fdb_flush, NULL);
> --
> 1.7.9.5
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to