Skip to content

Commit 81240ad

Browse files
Jithin RajuJithin Raju
authored andcommitted
Clarify that IPv6 Start IP and End IP are optional parameters
1 parent cddef6f commit 81240ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/plugins/ipv6.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ When IPv6 is enabled on a Shared Network:
5151

5252
- CloudStack does not provide DHCPv6 services in Shared Networks via the Virtual Router.
5353

54+
SLAAC-based IPv6 Address Allocation in Shared Networks
55+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56+
57+
In shared networks with IPv6 enabled:
58+
59+
- CloudStack allocates instance NICs with SLAAC-based IPv6 addresses calculated from the IPv6 CIDR and the MAC address of the NIC.
60+
- This calculated SLAAC address matches the IPv6 address that the guest OS automatically assigns to the instance.
61+
- When creating or configuring IPv6 ranges for shared networks, the **IPv6 Start IP** and **IPv6 End IP** parameters are optional in both the UI and API (e.g., ``createVlanIpRange``) and are **not used** for SLAAC-based address allocation in shared networks.
62+
- If provided, these parameters should be filled with dummy IP addresses within the same IPv6 subnet (for example, any two valid addresses from your IPv6 CIDR).
63+
- These optional parameters are reserved for potential future use.
64+
5465
Important Notes
5566
~~~~~~~~~~~~~~~
5667

0 commit comments

Comments
 (0)