From 45a4c02b513ec7bcc2acd18e11cb713de3a9b6c7 Mon Sep 17 00:00:00 2001 From: mivens Date: Wed, 20 Dec 2023 06:07:39 +0000 Subject: [PATCH 1/3] Correct example IPv6 address and use documentation prefix --- source/plugins/ipv6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/ipv6.rst b/source/plugins/ipv6.rst index 81fe7a5cc0..d460542b38 100644 --- a/source/plugins/ipv6.rst +++ b/source/plugins/ipv6.rst @@ -22,7 +22,7 @@ version of the Internet Protocol (IP) that defines routing the network traffic. IPv6 uses a 128-bit address that exponentially expands the current address space that is available to the users. IPv6 addresses consist of eight groups of four hexadecimal digits separated by colons, -for example, 5001:0dt8:83a3:1012:1000:8s2e:0870:7454. CloudStack +for example, 2001:0db8:83a3:1012:1000:8b2e:0870:7454. CloudStack supports IPv6 for shared and isolated networks. It also supports IPv6 for VPC Network Tiers. Shared network From eda453f8b65c9c67fe42a6fee62639d9e7f427e3 Mon Sep 17 00:00:00 2001 From: mivsvit <103120230+mivsvit@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:50:49 +0000 Subject: [PATCH 2/3] Update ipv6.rst Remove some of the introduction which contained an explanation of what an IPv6 address is. --- source/plugins/ipv6.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/source/plugins/ipv6.rst b/source/plugins/ipv6.rst index d460542b38..e75146d2f0 100644 --- a/source/plugins/ipv6.rst +++ b/source/plugins/ipv6.rst @@ -16,14 +16,7 @@ IPv6 Support in CloudStack =========================== - -CloudStack supports Internet Protocol version 6 (IPv6), the recent -version of the Internet Protocol (IP) that defines routing the network -traffic. IPv6 uses a 128-bit address that exponentially expands the -current address space that is available to the users. IPv6 addresses -consist of eight groups of four hexadecimal digits separated by colons, -for example, 2001:0db8:83a3:1012:1000:8b2e:0870:7454. CloudStack -supports IPv6 for shared and isolated networks. It also supports IPv6 for VPC Network Tiers. +CloudStack supports IPv6 for shared and isolated networks. It also supports IPv6 for VPC Network Tiers. Shared network -------------- From e0233475fdd7e6c0db2613d4cb74e8dbd93a630f Mon Sep 17 00:00:00 2001 From: mivsvit <103120230+mivsvit@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:48:10 +0000 Subject: [PATCH 3/3] Update source/plugins/ipv6.rst Co-authored-by: dahn --- source/plugins/ipv6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugins/ipv6.rst b/source/plugins/ipv6.rst index e75146d2f0..9f5886229c 100644 --- a/source/plugins/ipv6.rst +++ b/source/plugins/ipv6.rst @@ -16,7 +16,7 @@ IPv6 Support in CloudStack =========================== -CloudStack supports IPv6 for shared and isolated networks. It also supports IPv6 for VPC Network Tiers. +CloudStack has limited IPv6 support. It supports IPv6 for shared and isolated networks. It also supports IPv6 for VPC Network Tiers. Shared network --------------