From 93d6fd1d092520ff68601361970e33ba90774961 Mon Sep 17 00:00:00 2001
From: "David S. Wang"
Date: Thu, 23 Jun 2011 09:35:30 -0700
Subject: [PATCH] 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
---
AUTHORS | 1 +
docs/formatdomain.html.in | 31 ++++++++++++++++++++++++++++++-
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/AUTHORS b/AUTHORS
index 64ba1a1ed..906e0d11d 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 39e1a8587..3a649831c 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>
+ ...
+
+
--
2.39.5