Updated Branches: refs/heads/4.1 2d7c6aa58 -> 36d2ad22d
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/36d2ad22 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/36d2ad22 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/36d2ad22 Branch: refs/heads/4.1 Commit: 36d2ad22d8aed182329b4543919935b0d65fdd53 Parents: 2d7c6aa Author: radhikap <[email protected]> Authored: Wed Mar 20 10:19:19 2013 +0530 Committer: radhikap <[email protected]> Committed: Wed Mar 20 10:19:19 2013 +0530 ---------------------------------------------------------------------- docs/en-US/changed-apicommands-4.1.xml | 23 +++++++++++++++++------ docs/en-US/ipv6-support.xml | 9 +++------ 2 files changed, 20 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/36d2ad22/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 bfb6c00..2061dbe 100644 --- a/docs/en-US/changed-apicommands-4.1.xml +++ b/docs/en-US/changed-apicommands-4.1.xml @@ -62,9 +62,20 @@ <para>listNetworks</para> </entry> <entry> - <para>The following request parameters has been added: isPersistent</para> - <para>This parameter determines if the network or network offering listed by using this - offering are persistent or not.</para> + <para>The following request parameters have been added:</para> + <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> + </listitem> + <listitem> + <para>ip6gateway</para> + </listitem> + <listitem> + <para>ip6cidr</para> + </listitem> + </itemizedlist> </entry> </row> <row> @@ -104,7 +115,7 @@ <para>CreateZoneCmd</para> </entry> <entry> - <para>The following parameter are added: ip6dns1, ip6dns2.</para> + <para>The following parameter have been added: ip6dns1, ip6dns2.</para> </entry> </row> <row> @@ -113,7 +124,7 @@ <para>listVirtualMachines</para> </entry> <entry> - <para>For nic responses, the following fields has been added.</para> + <para>For nic responses, the following fields have been added.</para> <itemizedlist> <listitem> <para>ip6address</para> @@ -132,7 +143,7 @@ <para>listVlanIpRanges</para> </entry> <entry> - <para>For nic responses, the following fields has been added.</para> + <para>For nic responses, the following fields have been added.</para> <itemizedlist> <listitem> <para>startipv6</para> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/36d2ad22/docs/en-US/ipv6-support.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/ipv6-support.xml b/docs/en-US/ipv6-support.xml index 9427842..33b24a2 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 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 + 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 <code>/proc/sys/net/ipv6/conf/interface</code> with received data.</para> </listitem> </itemizedlist> @@ -106,9 +106,6 @@ <listitem> <para>Passwords</para> </listitem> - <listitem> - <para>The administrator cannot specify the IPv6 address of a VM</para> - </listitem> </orderedlist> </section> <section id="network-conf-dhcpv6">
