[ovs-dev] [PATCH ovn v2 2/7] ovn-architecture: Flip network diagrams.

Ben Pfaff blp at ovn.org
Wed Mar 18 18:45:43 UTC 2020


Most network diagrams show end-hosts at the bottom ("south").

Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 ovn-architecture.7.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
index 415c895e497f..d32978a9d5be 100644
--- a/ovn-architecture.7.xml
+++ b/ovn-architecture.7.xml
@@ -598,17 +598,17 @@
   </p>
 
   <pre fixed="yes">
-                             LS1  ...  LSn
-                              |    |    |
-                              +----+----+
+                                LSlocal
                                    |
-                                  LR1
+                                  GLR
                                    |
                                 LSjoin
                                    |
-                                  GLR
+                                  LR1
                                    |
-                                LSlocal
+                              +----+----+
+                              |    |    |
+                             LS1  ...  LSn
   </pre>
 
   <p>
@@ -650,13 +650,13 @@
   </p>
 
   <pre fixed="yes">
-                             LS1  ...  LSn
-                              |    |    |
-                              +----+----+
+                                LSlocal
                                    |
                                   LR1
                                    |
-                                LSlocal
+                              +----+----+
+                              |    |    |
+                             LS1  ...  LSn
   </pre>
 
   <p>
-- 
2.24.1



More information about the dev mailing list