diff mbox series

[ovs-dev,ovn] doc: redirect-type incorrectly called out as redirect-chassis

Message ID 20200508094702.1204765-1-numans@ovn.org
State Accepted
Headers show
Series [ovs-dev,ovn] doc: redirect-type incorrectly called out as redirect-chassis | expand

Commit Message

Numan Siddique May 8, 2020, 9:47 a.m. UTC
From: Girish Moodalbail <gmoodalbail@nvidia.com>

the redirect-type option is being incorrectly called out as
redirect-chassis so fix the references

Submitted-at: https://github.com/ovn-org/ovn/pull/44
Signed-off-by: Girish Moodalbail <gmoodalbail@nvidia.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
---
 ovn-architecture.7.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Numan Siddique May 8, 2020, 9:51 a.m. UTC | #1
On Fri, May 8, 2020 at 3:17 PM <numans@ovn.org> wrote:

> From: Girish Moodalbail <gmoodalbail@nvidia.com>
>
> the redirect-type option is being incorrectly called out as
> redirect-chassis so fix the references
>
> Submitted-at: https://github.com/ovn-org/ovn/pull/44
> Signed-off-by: Girish Moodalbail <gmoodalbail@nvidia.com>
> Signed-off-by: Numan Siddique <numans@ovn.org>
>

Thanks Girish for improving the OVN documentation.

I applied this patch to master.

Numan


> ---
>  ovn-architecture.7.xml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
> index 48e6dc6c3..78a132dc8 100644
> --- a/ovn-architecture.7.xml
> +++ b/ovn-architecture.7.xml
> @@ -781,7 +781,7 @@
>    </p>
>
>    <p>
> -    The second solution is the <code>redirect-chassis</code> option for
> +    The second solution is the <code>redirect-type</code> option for
>      distributed gateway ports.  Setting this option to
> <code>bridged</code>
>      causes packets that are redirected to the gateway chassis to go over
> the
>      <code>localnet</code> ports instead of being tunneled.  This option
> does
> @@ -789,7 +789,7 @@
>    </p>
>
>    <p>
> -    The <code>redirect-chassis</code> option requires the administrator
> or the
> +    The <code>redirect-type</code> option requires the administrator or
> the
>      CMS to configure each participating chassis with a unique Ethernet
> address
>      for the locgical router by setting
> <code>ovn-chassis-mac-mappings</code> in
>      the Open vSwitch database, for use by <code>ovn-controller</code>.
> This
> @@ -798,7 +798,7 @@
>    </p>
>
>    <p>
> -    Set the <code>redirect-chassis</code> option on a distributed gateway
> port.
> +    Set the <code>redirect-type</code> option on a distributed gateway
> port.
>    </p>
>
>    <h2>Life Cycle of a VIF</h2>
> --
> 2.26.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
diff mbox series

Patch

diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
index 48e6dc6c3..78a132dc8 100644
--- a/ovn-architecture.7.xml
+++ b/ovn-architecture.7.xml
@@ -781,7 +781,7 @@ 
   </p>
 
   <p>
-    The second solution is the <code>redirect-chassis</code> option for
+    The second solution is the <code>redirect-type</code> option for
     distributed gateway ports.  Setting this option to <code>bridged</code>
     causes packets that are redirected to the gateway chassis to go over the
     <code>localnet</code> ports instead of being tunneled.  This option does
@@ -789,7 +789,7 @@ 
   </p>
 
   <p>
-    The <code>redirect-chassis</code> option requires the administrator or the
+    The <code>redirect-type</code> option requires the administrator or the
     CMS to configure each participating chassis with a unique Ethernet address
     for the locgical router by setting <code>ovn-chassis-mac-mappings</code> in
     the Open vSwitch database, for use by <code>ovn-controller</code>.  This
@@ -798,7 +798,7 @@ 
   </p>
 
   <p>
-    Set the <code>redirect-chassis</code> option on a distributed gateway port.
+    Set the <code>redirect-type</code> option on a distributed gateway port.
   </p>
 
   <h2>Life Cycle of a VIF</h2>