From f6ce12891513c082972f91a80b17d63dfae115b6 Mon Sep 17 00:00:00 2001 From: Ansis Atteka Date: Tue, 20 Nov 2012 13:40:12 -0800 Subject: [PATCH] ovs-appctl: fix help message for ofproto/trace command The usage message for this command was wrong, because it did not specify priority as one of its arguments. Signed-off-by: Ansis Atteka --- 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 c80038630..30147b4c7 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -6995,7 +6995,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); -- 2.20.1