From 7e91c475416f1b057974a3a1422cb22cf9931c7c Mon Sep 17 00:00:00 2001 From: radhikap Date: Wed, 20 Mar 2013 11:00:48 +0530 Subject: [PATCH] CLOUDSTACK-1308 and CLOUDSTACK-807 --- docs/en-US/changed-apicommands-4.1.xml | 25 ++++++++++++++++++------- docs/en-US/ipv6-support.xml | 10 +++++----- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/docs/en-US/changed-apicommands-4.1.xml b/docs/en-US/changed-apicommands-4.1.xml index f0045a56de3..13553fdf336 100644 --- a/docs/en-US/changed-apicommands-4.1.xml +++ b/docs/en-US/changed-apicommands-4.1.xml @@ -62,9 +62,20 @@ listNetworks - The following request parameters has been added: isPersistent - This parameter determines if the network or network offering listed by using this - offering are persistent or not. + The following request parameters have been added: + + + isPersistent + This parameter determines if the network or network offering listed are + persistent or not. + + + ip6gateway + + + ip6cidr + + @@ -104,7 +115,7 @@ CreateZoneCmd - The following parameter are added: ip6dns1, ip6dns2. + The following parameter have been added: ip6dns1, ip6dns2. @@ -113,7 +124,7 @@ listVirtualMachines - For nic responses, the following fields has been added. + For nic responses, the following fields have been added. ip6address @@ -132,7 +143,7 @@ listVlanIpRanges - For nic responses, the following fields has been added. + For nic responses, the following fields have been added. startipv6 @@ -166,7 +177,7 @@ - + addF5LoadBalancer diff --git a/docs/en-US/ipv6-support.xml b/docs/en-US/ipv6-support.xml index 22a5d7a5370..7367ec9ad80 100644 --- a/docs/en-US/ipv6-support.xml +++ b/docs/en-US/ipv6-support.xml @@ -106,14 +106,14 @@ Passwords - - The administrator cannot specify the IPv6 address of a VM. -
- Network Configuration for DHCPv6 - Use DUID-LL to get IPv6 address from DHCP server + Guest VM Configuration for DHCPv6 + For the guest VMs to get IPv6 address, run dhclient command manually on each of the VMs. + Use DUID-LL to set up dhclient. + The IPv6 address is lost when a VM is stopped and started. Therefore, use the same procedure + to get an IPv6 address when a VM is stopped and started. Set up dhclient by using DUID-LL.