From patchwork Fri Mar 13 22:32:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 1254707 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.138; helo=whitealder.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 whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48fL7T5PVTz9sPF for ; Sat, 14 Mar 2020 09:33:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 406AE88E37; Fri, 13 Mar 2020 22:33:08 +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 vhYKuRMZa8Se; Fri, 13 Mar 2020 22:33:01 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id C71EB88E4B; Fri, 13 Mar 2020 22:32:53 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id BB558C1D93; Fri, 13 Mar 2020 22:32:53 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 0A262C1D88 for ; Fri, 13 Mar 2020 22:32:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B749289947 for ; Fri, 13 Mar 2020 22:32:48 +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 TSqFWjtIDAAt for ; Fri, 13 Mar 2020 22:32:47 +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 hemlock.osuosl.org (Postfix) with ESMTPS id 574098996B for ; Fri, 13 Mar 2020 22:32:47 +0000 (UTC) X-Originating-IP: 75.54.222.30 Received: from sigfpe.attlocal.net (75-54-222-30.lightspeed.rdcyca.sbcglobal.net [75.54.222.30]) (Authenticated sender: blp@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 40A451C0002; Fri, 13 Mar 2020 22:32:43 +0000 (UTC) From: Ben Pfaff To: dev@openvswitch.org Date: Fri, 13 Mar 2020 15:32:27 -0700 Message-Id: <20200313223227.2914645-6-blp@ovn.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200313223227.2914645-1-blp@ovn.org> References: <20200313223227.2914645-1-blp@ovn.org> MIME-Version: 1.0 Cc: Ben Pfaff Subject: [ovs-dev] [PATCH 5/5] docs: Acknowledge in more places that localnet isn't the only option. 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" Signed-off-by: Ben Pfaff --- ovn-architecture.7.xml | 14 +++++++------- ovn-nb.xml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml index 450b40ab7a8b..810937ea92cb 100644 --- a/ovn-architecture.7.xml +++ b/ovn-architecture.7.xml @@ -1499,10 +1499,11 @@ the VM or container to the outside world should be processed completely on that VM's or container's hypervisor, eventually traversing a localnet port instance on that hypervisor to the - physical network. Whenever possible, packets from the outside - world to a VM or container should be directed through the physical - network directly to the VM's or container's hypervisor, where the - packet will enter the integration bridge through a localnet port. + physical network or a connection to a different OVN deployment. + Whenever possible, packets from the outside world to a VM or + container should be directed through the physical network directly + to the VM's or container's hypervisor, where the packet will enter + the integration bridge through a localnet port.

@@ -1788,9 +1789,8 @@

- If the logical router doesn't have a distributed gateway port connecting - to the localnet logical switch which provides external connectivity, - then this option is ignored by OVN. + OVN ignores this option if the logical router doesn't have a distributed + gateway port that provides external connectivity.

diff --git a/ovn-nb.xml b/ovn-nb.xml index e113a9fe3f6a..2b0b045ab574 100644 --- a/ovn-nb.xml +++ b/ovn-nb.xml @@ -2038,9 +2038,9 @@

If any of these are set, this logical router port represents a distributed gateway port that connects this router to a - logical switch with a localnet port. There may - be at most one such logical router port on each logical - router. + logical switch with a localnet port or a + connection to another OVN deployment. There may be at most + one such logical router port on each logical router.