Also, reduce redundancy. Suggested-by: Han Zhou <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- ovn-architecture.7.xml | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-)
diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml index 0dc66c8c07b1..450b40ab7a8b 100644 --- a/ovn-architecture.7.xml +++ b/ovn-architecture.7.xml @@ -643,14 +643,15 @@ <h3>Distributed Gateway Ports</h3> <p> - A <dfn>distributed gateway port</dfn> is a logical router port - that is specially configured to designate one distinguished - chassis, called the <dfn>gateway chassis</dfn>, for centralized - processing. A distributed gateway port should connect to a - logical switch with a <code>localnet</code> port. Packets to and - from the distributed gateway are processed without involving the - gateway chassis when they can be, but when needed they do take - an extra hop through it. + A <dfn>distributed gateway port</dfn> is a logical router port that is + specially configured to designate one distinguished chassis, called the + <dfn>gateway chassis</dfn>, for centralized processing. A distributed + gateway port should connect to a logical switch that has an LSP that + connects externally, that is, either a <code>localnet</code> LSP or a + connection to another OVN deployment (see <code>OVN Deployments + Interconnection</code>). Packets that traverse the distributed gateway + port are processed without involving the gateway chassis when they can be, + but when needed they do take an extra hop through it. </p> <p> @@ -1487,16 +1488,8 @@ <h3>Distributed Gateway Ports</h3> <p> - <dfn>Distributed gateway ports</dfn> are logical router patch ports - that directly connect distributed logical routers to logical - switches with external connection. - </p> - - <p> - There are two types of external connections. Firstly, connection to - physical network through a localnet port. Secondly, connection to - another OVN deployment, which will be introduced in section "OVN - Deployments Interconnection". + This section provides additional details on distributed gateway ports, + outlined earlier. </p> <p> -- 2.24.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
