aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-01-19 16:23:32 -0800
committerBen Pfaff <blp@nicira.com>2012-01-19 17:01:00 -0800
commitd80a55abae13fdee776114a4f2fd5fb29fea87f6 (patch)
treeac3605c10ddb55f7034a0c84218465bf8080b2e7
parent781788ced916f84317334f5d03eeaa66d117f2e1 (diff)
ofproto-dpif: Fix "ofproto/trace" command.
Commit 0e15264f96e3c (unixctl: Implement quoting.) broke one form of ofproto/trace. This fixes it. Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--ofproto/ofproto-dpif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index 60f81755..e93e2a7f 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -5901,7 +5901,7 @@ ofproto_dpif_unixctl_init(void)
unixctl_command_register(
"ofproto/trace",
"bridge {tun_id in_port packet | odp_flow [-generate]}",
- 2, 4, ofproto_unixctl_trace, NULL);
+ 2, 5, ofproto_unixctl_trace, NULL);
unixctl_command_register("fdb/flush", "bridge", 1, 1,
ofproto_unixctl_fdb_flush, NULL);
unixctl_command_register("fdb/show", "bridge", 1, 1,