diff mbox series

[ovs-dev,ovn,v2,5/7] ovn-architecture: Don't imply the wrong thing about NAT.

Message ID 20200318184548.3000357-6-blp@ovn.org
State Accepted
Commit 43423e17f7a58dd6c4d81e527f778de7280d67b4
Headers show
Series gateway documentation improvements | expand

Commit Message

Ben Pfaff March 18, 2020, 6:45 p.m. UTC
Suggested-by: Han Zhou <hzhou@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 ovn-architecture.7.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
index a69f4af7d1c5..b88bba5a1be9 100644
--- a/ovn-architecture.7.xml
+++ b/ovn-architecture.7.xml
@@ -636,7 +636,8 @@ 
   <p>
     DNAT and SNAT rules may be associated with a gateway router, which
     provides a central location that can handle one-to-many SNAT (aka IP
-    masquerading).
+    masquerading).  Distributed gateway ports, described below, also
+    support NAT.
   </p>
 
   <h3>Distributed Gateway Ports</h3>