Updated Branches: refs/heads/4.1 36d2ad22d -> 2612bf8fc
CLOUDSTACK-1308 and CLOUDSTACK-807 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2612bf8f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2612bf8f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2612bf8f Branch: refs/heads/4.1 Commit: 2612bf8fc1c26f49394ecc7cf05ff58c5115c6ba Parents: 36d2ad2 Author: radhikap <[email protected]> Authored: Wed Mar 20 11:06:57 2013 +0530 Committer: radhikap <[email protected]> Committed: Wed Mar 20 11:06:57 2013 +0530 ---------------------------------------------------------------------- docs/en-US/changed-apicommands-4.1.xml | 4 ++-- docs/en-US/ipv6-support.xml | 15 ++++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2612bf8f/docs/en-US/changed-apicommands-4.1.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/changed-apicommands-4.1.xml b/docs/en-US/changed-apicommands-4.1.xml index 2061dbe..13553fd 100644 --- a/docs/en-US/changed-apicommands-4.1.xml +++ b/docs/en-US/changed-apicommands-4.1.xml @@ -66,8 +66,8 @@ <itemizedlist> <listitem> <para>isPersistent</para> - <para>This parameter determines if the network or network offering listed by using - this offering are persistent or not.</para> + <para>This parameter determines if the network or network offering listed are + persistent or not.</para> </listitem> <listitem> <para>ip6gateway</para> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2612bf8f/docs/en-US/ipv6-support.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/ipv6-support.xml b/docs/en-US/ipv6-support.xml index 33b24a2..14b0909 100644 --- a/docs/en-US/ipv6-support.xml +++ b/docs/en-US/ipv6-support.xml @@ -86,9 +86,9 @@ <listitem> <para>In a multiple shared network, the default route is set by the rack router, rather than the DHCP server, which is out of &PRODUCT; control. Therefore, in order for the user VM to - get the default route from the default NIC, modify the configuration of the user VM, and - set non-default NIC's <code>accept_ra</code> to 0 explicitly. The <code>accept_ra</code> - parameter accepts Router Advertisements and auto-configure + get only the default route from the default NIC, modify the configuration of the user VM, + and set non-default NIC's <code>accept_ra</code> to 0 explicitly. The + <code>accept_ra</code> parameter accepts Router Advertisements and auto-configure <code>/proc/sys/net/ipv6/conf/interface</code> with received data.</para> </listitem> </itemizedlist> @@ -109,8 +109,13 @@ </orderedlist> </section> <section id="network-conf-dhcpv6"> - <title>Network Configuration for DHCPv6</title> - <para>Use DUID-LL to get IPv6 address from DHCP server</para> + <title>Guest VM Configuration for DHCPv6</title> + <para>For the guest VMs to get IPv6 address, run dhclient command manually on each of the VMs. + Use DUID-LL to set up dhclient. </para> + <note> + <para>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.</para> + </note> <orderedlist> <listitem> <para>Set up dhclient by using DUID-LL.</para>
