From: David S. Wang Date: Thu, 23 Jun 2011 16:35:30 +0000 (-0700) Subject: documenting the 802.1Qbh parameters of a 'direct' interface X-Git-Tag: v0.9.3-rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d6fd1d092520ff68601361970e33ba90774961;p=thirdparty%2Flibvirt.git 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 Signed-off-by: Roopa Prabhu Signed-off-by: Christian Benvenuti Signed-off-by: Vasanthy Kolluri --- diff --git a/AUTHORS b/AUTHORS index 64ba1a1ed6..906e0d11d1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -177,6 +177,7 @@ Patches have also been contributed by: Ohad Levy Michael Chapman Daniel Gollub + David S. Wang [....send patches to get your name here....] diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 39e1a85877..3a649831c0 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -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. Since 0.8.2

Please note that IEEE 802.1Qbg requires a non-zero value for the @@ -1572,6 +1572,35 @@ </devices> ... +

+ 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. Since 0.8.2 +

+
+
profileid
+
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. +
+
+
+  ...
+  <devices>
+    <interface type='direct'/>
+    ...
+    <interface type='direct'>
+      <source dev='eth0' mode='private'/>
+      <virtualport type='802.1Qbh'>
+        <parameters profileid='finance'/>
+      </virtualport>
+    </interface>
+  </devices>
+  ...
+  
+
Multicast tunnel