On Sun, Oct 20, 2019 at 5:52 PM Han Zhou <hz...@ovn.org> wrote:

> diff --git a/Documentation/tutorials/ovn-interconnection.rst
b/Documentation/tutorials/ovn-interconnection.rst
...
> +
> +For each OVN deployment, start the ``ovn-ic`` daemon on central nodes ::
> +
> +    $ ovn-ctl --ovninb-db=<IC-NB> --ovnisb-db=<IC-SB> \
> +              --ovnnb-db=<NB> --ovnsb-db=<SB> [more options] start_ic
> +

Sorry that here the options names are wrong. It should be:
    $ ovn-ctl --ovn-ic-inb-db=<IC-NB> --ovn-ic-isb-db=<IC-SB> \
              --ovn-northd-nb-db=<NB> --ovn-northd-sb-db=<SB> [more
options] start_ic

I will correct it in v2, but I want to wait for more feedbacks on other
patches in the series.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to