[ovs-dev] [PATCH v10 1/8] ovn: document logical routers and logical patch ports in ovn-architecture

Ben Pfaff blp at ovn.org
Tue Jan 17 19:29:36 UTC 2017


On Tue, Jan 17, 2017 at 01:45:02AM -0800, Mickey Spiegel wrote:
> This patch adds a description of logical routers and logical patch ports,
> including gateway routers, to ovn/ovn-architecture.7.xml.
> 
> Signed-off-by: Mickey Spiegel <mickeys.dev at gmail.com>

Thanks for working on the documentation!  I applied this to master,
folding in just one change (because I wanted to emphasize that the
behavior isn't different, just the implementation):

diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml
index d92f878..c0ceb65 100644
--- a/ovn/ovn-architecture.7.xml
+++ b/ovn/ovn-architecture.7.xml
@@ -1096,8 +1096,8 @@
 
   <p>
     When the packet reaches table 65, the logical egress port is a logical
-    patch port.  The behavior at table 65 differs depending on the OVS
-    version:
+    patch port.  The implementation in table 65 differs depending on the OVS
+    version, although the observed behavior is meant to be the same:
   </p>
 
   <ul>

Thanks,

Ben.


More information about the dev mailing list