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

Jesse Gross jesse at nicira.com
Fri Feb 12 23:39:17 UTC 2010


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()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20100212/5dbdc6aa/attachment-0003.html>


More information about the dev mailing list