mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
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:
parent
290247c753
commit
93d6fd1d09
1
AUTHORS
1
AUTHORS
@ -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....]
|
||||
|
||||
|
@ -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 @@
|
||||
</devices>
|
||||
...</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>
|
||||
...
|
||||
<devices>
|
||||
<interface type='direct'/>
|
||||
...
|
||||
<interface type='direct'>
|
||||
<source dev='eth0' mode='private'/>
|
||||
<virtualport type='802.1Qbh'>
|
||||
<parameters profileid='finance'/>
|
||||
</virtualport>
|
||||
</interface>
|
||||
</devices>
|
||||
...
|
||||
</pre>
|
||||
|
||||
<h5><a name="elementsNICSMulticast">Multicast tunnel</a></h5>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user