[ovs-dev] [PATCH] docker.rst: Add documentation to open up TCP ports.

Gurucharan Shetty guru at ovn.org
Tue Feb 7 12:54:44 UTC 2017


Signed-off-by: Gurucharan Shetty <guru at ovn.org>
---
 Documentation/howto/docker.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/howto/docker.rst b/Documentation/howto/docker.rst
index e23ca75..7845699 100644
--- a/Documentation/howto/docker.rst
+++ b/Documentation/howto/docker.rst
@@ -90,6 +90,12 @@ The "overlay" mode
 
       $ /usr/share/openvswitch/scripts/ovn-ctl start_northd
 
+  With Open vSwitch version of 2.7 or greater, you need to run the following
+  additional commands::
+
+      $ ovn-nbctl set-connection ptcp:6641
+      $ ovn-sbctl set-connection ptcp:6642
+
 2. One time setup
 
    On each host, where you plan to spawn your containers, you will need to run
-- 
1.9.1



More information about the dev mailing list