[ovs-dev] [PATCH 06/14] ovsdb-client: Add "dump" command for dumping entire database contents.

Ben Pfaff blp at nicira.com
Mon Feb 15 19:31:11 UTC 2010


On Fri, Feb 12, 2010 at 06:39:17PM -0500, Jesse Gross wrote:
> On Fri, Feb 12, 2010 at 2:37 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> >  static void
> >  do_help(int argc OVS_UNUSED, char *argv[] OVS_UNUSED)
> >  {
> > @@ -985,6 +1239,7 @@ static const struct command all_commands[] = {
> >     { "list-columns", 2, 3, do_list_columns },
> >     { "transact", 2, 2, do_transact },
> >     { "monitor", 3, 5, do_monitor },
> > +    { "dump", 2, 2, do_dump },
> >     { "help", 0, INT_MAX, do_help },
> >     { NULL, 0, 0, NULL },
> >  };
> >
> 
> We probably should add this command to usage()

Thanks for pointing that out, I added it.




More information about the dev mailing list