Updated Branches: refs/heads/4.2 797450a5b -> c847a6d02
CLOUDSTACK-661 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c847a6d0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c847a6d0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c847a6d0 Branch: refs/heads/4.2 Commit: c847a6d02c56fb34333419716a2878cfb187e8c7 Parents: 797450a Author: Radhika PC <[email protected]> Authored: Tue Jul 30 13:39:13 2013 +0530 Committer: Radhika PC <[email protected]> Committed: Tue Jul 30 13:39:13 2013 +0530 ---------------------------------------------------------------------- docs/en-US/citrix-xenserver-installation.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c847a6d0/docs/en-US/citrix-xenserver-installation.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/citrix-xenserver-installation.xml b/docs/en-US/citrix-xenserver-installation.xml index a50b9bc..09d07aa 100644 --- a/docs/en-US/citrix-xenserver-installation.xml +++ b/docs/en-US/citrix-xenserver-installation.xml @@ -360,6 +360,12 @@ name-label="e6849e96-86c3-4f2c-8fcc-350cc711be3d" through the use of XenServer network name labels. The name labels are placed on physical interfaces or bonds and configured in &PRODUCT;. In some simple cases the name labels are not required.</para> + <para>When configuring networks in a XenServer environment, network traffic labels must be + properly configured to ensure that the virtual interfaces are created by &PRODUCT; are bound + to the correct physical device. The name-label of the XenServer network must match the + XenServer traffic label specified while creating the &PRODUCT; network. This is set by running + the following command:</para> + <programlisting>xe network-param-set uuid=<network id> name-label=<CloudStack traffic label></programlisting> <section id="xenserver-public-network-config"> <title>Configuring Public Network with a Dedicated NIC for XenServer (Optional)</title> <para>&PRODUCT; supports the use of a second NIC (or bonded pair of NICs, described in <xref
