[ovs-dev] [PATCH v6 3/3] ovn: Add doc for zone-id external-id on iface record

Ramu Ramamurthy ramu.ramamurthy at gmail.com
Tue Mar 22 20:03:59 UTC 2016


Update documentation for the new external-id
in the interface record of ovsdb. The key consists if the
string "ovn-zone-id" concatenated with the logical port id,
and the value is the zone-id.

Signed-off-by: Ramu Ramamurthy <ramu.ramamurthy at us.ibm.com>
---
 ovn/controller/ovn-controller.8.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml
index b261af9..8f60ba0 100644
--- a/ovn/controller/ovn-controller.8.xml
+++ b/ovn/controller/ovn-controller.8.xml
@@ -194,6 +194,21 @@
           logical patch port that it implements.
         </p>
       </dd>
+
+      <dt>
+        <code>external-ids:ovn-zone-id-<var>logicalportid</var></code> in the <code>Interface</code> table
+      </dt>
+
+      <dd>
+        <p>
+          This key is set by the <code>ovn-controller</code> to identify the
+          conntrack zone-id used for a OVN logical port. The key consists of
+          the string <code>ovn-zone-id-</code> concatenated with the logical
+          port-id. Its value contains the zone-id used for the logical port.
+          The interface for the parent logical port contains the zone-id keys for
+          child logical ports.
+        </p>
+      </dd>
     </dl>
 
     <h1>Runtime Management Commands</h1>
-- 
2.3.9




More information about the dev mailing list