From: sugeshch <sugesh.chand...@intel.com>

This patch adds the physical bridge information in ovn-controller man page. The
bridge is used for userspace tunneling.

Signed-off-by: Sugesh Chandran <sugesh.chand...@intel.com>
---
 ovn/controller/ovn-controller.8.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/ovn/controller/ovn-controller.8.xml 
b/ovn/controller/ovn-controller.8.xml
index 19bb5b7..1f9399d 100644
--- a/ovn/controller/ovn-controller.8.xml
+++ b/ovn/controller/ovn-controller.8.xml
@@ -89,6 +89,17 @@
         </li>
         <li>
           <p>
+            <code>external_ids:ovn-phy-bridge</code> specifies the
+             bridge that this node should use for userspace tunneling. A
+             chassis connects to this node through the bridge,<code>
+             ovn-phy-bridge</code>, when the userspace tunneling is enabled. 
The
+             physical interface where the tunneling traffic is expected must be
+             attached to the bridge in the userspace tunneling mode.
+             The default bridge is <code>br-phy</code>.
+          </p>
+        </li>
+        <li>
+          <p>
             <code>external_ids:ovn-remote</code> specifies the OVN
             database that this system should connect to for its
             configuration.
-- 
2.1.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to