From: Ansis Atteka <aatteka@nicira.com>
Date: Tue, 20 Nov 2012 21:40:12 +0000 (-0800)
Subject: ovs-appctl: fix help message for ofproto/trace command
X-Git-Tag: sliver-openvswitch-1.9.90-3~10^2~163
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c423da59a8e0d605dfdea7b9bd4c42eb2eba8885;p=sliver-openvswitch.git

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 <aatteka@nicira.com>
---

diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index 45527e339..211ed428f 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);