From patchwork Fri May 8 09:47:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Numan Siddique X-Patchwork-Id: 1285920 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49JQV50H7cz9sSm for ; Fri, 8 May 2020 19:47:23 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 54C4D893FD; Fri, 8 May 2020 09:47:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HBVPtGs5-GIL; Fri, 8 May 2020 09:47:20 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 084F488AE8; Fri, 8 May 2020 09:47:20 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id D0A1CC0865; Fri, 8 May 2020 09:47:19 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 94383C07FF for ; Fri, 8 May 2020 09:47:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7937F883B3 for ; Fri, 8 May 2020 09:47:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7MxEpAiAk9pG for ; Fri, 8 May 2020 09:47:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by whitealder.osuosl.org (Postfix) with ESMTPS id 1613D86CC5 for ; Fri, 8 May 2020 09:47:16 +0000 (UTC) X-Originating-IP: 115.99.89.246 Received: from nusiddiq.home.org.com (unknown [115.99.89.246]) (Authenticated sender: numans@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 9DB821C0006; Fri, 8 May 2020 09:47:12 +0000 (UTC) From: numans@ovn.org To: dev@openvswitch.org Date: Fri, 8 May 2020 15:17:02 +0530 Message-Id: <20200508094702.1204765-1-numans@ovn.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Cc: Girish Moodalbail Subject: [ovs-dev] [PATCH ovn] doc: redirect-type incorrectly called out as redirect-chassis X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" From: Girish Moodalbail 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 Signed-off-by: Numan Siddique --- 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 @@

- The second solution is the redirect-chassis option for + The second solution is the redirect-type option for distributed gateway ports. Setting this option to bridged causes packets that are redirected to the gateway chassis to go over the localnet ports instead of being tunneled. This option does @@ -789,7 +789,7 @@

- The redirect-chassis option requires the administrator or the + The redirect-type option requires the administrator or the CMS to configure each participating chassis with a unique Ethernet address for the locgical router by setting ovn-chassis-mac-mappings in the Open vSwitch database, for use by ovn-controller. This @@ -798,7 +798,7 @@

- Set the redirect-chassis option on a distributed gateway port. + Set the redirect-type option on a distributed gateway port.

Life Cycle of a VIF