From: Ben Pfaff Date: Fri, 20 Jan 2012 00:23:32 +0000 (-0800) Subject: ofproto-dpif: Fix "ofproto/trace" command. X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=d80a55abae13fdee776114a4f2fd5fb29fea87f6 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 --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 60f817556..e93e2a7f0 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,