[ovs-dev] [PATCH] doc: Fix typo in ovn-sandbox tutorial

Mark Michelson mmichels at redhat.com
Wed Sep 6 14:18:43 UTC 2017


On Wed, Sep 6, 2017 at 8:51 AM Jakub Sitnicki <jkbs at redhat.com> wrote:

> ovn-trace example refers to a non-existent output port. Correct it.
>
> Fixes: 46a2dc58781a ("Document OVN support in ovs-sandbox.")
> Signed-off-by: Jakub Sitnicki <jkbs at redhat.com>
>

Acked-By: Mark Michelson <mmichels at redhat.com>


> ---
>  Documentation/tutorials/ovn-sandbox.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/tutorials/ovn-sandbox.rst
> b/Documentation/tutorials/ovn-sandbox.rst
> index d47fcf5..d1e749f 100644
> --- a/Documentation/tutorials/ovn-sandbox.rst
> +++ b/Documentation/tutorials/ovn-sandbox.rst
> @@ -136,7 +136,7 @@ Using ovn-trace
>  Once you have configured resources in OVN, try using ``ovn-trace`` to see
>  how OVN would process a sample packet through its logical pipeline.
>
> -For example, we can trace an IP packet from ``sw0-port1`` to
> ``sw0-port2``.
> +For example, we can trace an IP packet from ``sw0-port1`` to
> ``sw1-port1``.
>  The ``--minimal`` output shows each visible action performed on the
> packet,
>  which includes:
>
> --
> 2.9.5
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list