Thank you. I pushed this to master and branch-1.5.
On Thu, Jan 19, 2012 at 04:26:34PM -0800, Ethan Jackson wrote: > Looks good. > > Ethan > > On Thu, Jan 19, 2012 at 16:23, Ben Pfaff <[email protected]> wrote: > > Commit 0e15264f96e3c (unixctl: Implement quoting.) broke one form of > > ofproto/trace. ?This fixes it. > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > ?ofproto/ofproto-dpif.c | ? ?2 +- > > ?1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c > > index c06361b..6fb1cc6 100644 > > --- a/ofproto/ofproto-dpif.c > > +++ b/ofproto/ofproto-dpif.c > > @@ -6112,7 +6112,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, > > -- > > 1.7.2.5 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
