From: "David S. Wang" <dwa...@cisco.com>

This patch adds documentation about the 802.1Qbh related parameters
of the virtualport element for 'direct' interfaces.

Signed-off-by: David S. Wang <dwa...@cisco.com>
Signed-off-by: Roopa Prabhu <ropra...@cisco.com>
Signed-off-by: Christian Benvenuti <be...@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkoll...@cisco.com>

---
 docs/formatdomain.html.in |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)


diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 267839b..57dafcd 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1540,6 +1540,35 @@
   &lt;/devices&gt;
   ...</pre>
 
+    <p>
+      The interface can have additional parameters as shown below
+      if the switch is conforming to the IEEE 802.1Qbh standard.
+      The values are network specific and should be provided by the 
+      network administrator.
+    </p>
+    <dl>
+      <dt><code>profileid</code></dt>
+      <dd>The profile ID contains the name of the port profile that is to 
+        be applied onto this interface.  This name is resolved by the port 
+        profile database into the network parameters from the port profile, 
+        and those network parameters will be applied to this interface.
+      </dd>
+    </dl>
+  <pre>
+  ...
+  &lt;devices&gt;
+    &lt;interface type='direct'/&gt;
+    ...
+    &lt;interface type='direct'&gt;
+      &lt;source dev='eth0' mode='private'/&gt;
+      &lt;virtualport type='802.1Qbh'&gt;
+        &lt;parameters profileid='finance'/&gt;
+      &lt;/virtualport&gt;
+    &lt;/interface&gt;
+  &lt;/devices&gt;
+  ...
+  </pre>
+
     <h5><a name="elementsNICSMulticast">Multicast tunnel</a></h5>
 
     <p>

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to