documenting the 802.1Qbh parameters of a 'direct' interface

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

Signed-off-by: David S. Wang <dwang2@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: Christian Benvenuti <benve@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
This commit is contained in:
David S. Wang 2011-06-23 09:35:30 -07:00 committed by Eric Blake
parent 290247c753
commit 93d6fd1d09
2 changed files with 31 additions and 1 deletions

View File

@ -177,6 +177,7 @@ Patches have also been contributed by:
Ohad Levy <ohadlevy@gmail.com>
Michael Chapman <mike@very.puzzling.org>
Daniel Gollub <gollub@b1-systems.de>
David S. Wang <dwang2@cisco.com>
[....send patches to get your name here....]

View File

@ -1532,7 +1532,7 @@
in the IEEE 802.1Qbg standard. The values are network specific and
should be provided by the network administrator. In 802.1Qbg terms,
the Virtual Station Interface (VSI) represents the virtual interface
of a virtual machine.
of a virtual machine. <span class="since">Since 0.8.2</span>
</p>
<p>
Please note that IEEE 802.1Qbg requires a non-zero value for the
@ -1572,6 +1572,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. <span class="since">Since 0.8.2</span>
</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>