From: "David S. Wang" <dwang2@xxxxxxxxx> This patch adds documentation about the 802.1Qbh related parameters of the virtualport element for 'direct' interfaces. Signed-off-by: David S. Wang <dwang2@xxxxxxxxx> Signed-off-by: Roopa Prabhu <roprabhu@xxxxxxxxx> Signed-off-by: Christian Benvenuti <benve@xxxxxxxxx> Signed-off-by: Vasanthy Kolluri <vkolluri@xxxxxxxxx> --- 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 @@ </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. + </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> -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list