You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prefix length of the address, denoting how many addresses can be
21733
-
assigned from this pool calculated as 2 <sup>128-prefix</sup>.
21732
+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
21734
21733
example: 124
21735
21734
x-linode-cli-display: 2
21736
21735
region:
@@ -21755,15 +21754,14 @@ components:
21755
21754
range:
21756
21755
type: string
21757
21756
description: >
21758
-
The IPv6 range of addresses in this pool.
21757
+
The IPv6 address of this range.
21759
21758
example: '2600:3c01::'
21760
21759
readOnly: true
21761
21760
x-linode-cli-display: 1
21762
21761
prefix:
21763
21762
type: integer
21764
21763
description: >
21765
-
The prefix length of the address, denoting how many addresses can be
21766
-
assigned from this range calculated as 2 <sup>128-prefix</sup>.
21764
+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
21767
21765
example: 64
21768
21766
x-linode-cli-display: 2
21769
21767
region:
@@ -21776,9 +21774,8 @@ components:
21776
21774
route_target:
21777
21775
type: string
21778
21776
description: >
21779
-
The last address in this block of IPv6 addresses.
21777
+
The IPv6 SLAAC address.
21780
21778
example: '2600:3c01::ffff:ffff:ffff:ffff'
21781
-
nullable: true
21782
21779
IPv6RangeBGP:
21783
21780
type: object
21784
21781
description: >
@@ -21787,15 +21784,14 @@ components:
21787
21784
range:
21788
21785
type: string
21789
21786
description: >
21790
-
The IPv6 range of addresses in this pool.
21787
+
The IPv6 address of this range.
21791
21788
example: '2600:3c01::'
21792
21789
readOnly: true
21793
21790
x-linode-cli-display: 1
21794
21791
prefix:
21795
21792
type: integer
21796
21793
description: >
21797
-
The prefix length of the address, denoting how many addresses can be
21798
-
assigned from this range calculated as 2 <sup>128-prefix</sup>.
21794
+
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>(128 - prefix length)</sup>.
0 commit comments