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