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. The total number of addresses that can be assigned from this range is calculated as 2<sup>prefix length</sup>.
21735
+
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>.
21736
21736
example: 124
21737
21737
x-linode-cli-display: 2
21738
21738
region:
@@ -21757,14 +21757,14 @@ components:
21757
21757
range:
21758
21758
type: string
21759
21759
description: >
21760
-
The IPv6 range of addresses in this pool.
21760
+
The IPv6 address of this range.
21761
21761
example: '2600:3c01::'
21762
21762
readOnly: true
21763
21763
x-linode-cli-display: 1
21764
21764
prefix:
21765
21765
type: integer
21766
21766
description: >
21767
-
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>prefix length</sup>.
21767
+
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>.
21768
21768
example: 64
21769
21769
x-linode-cli-display: 2
21770
21770
region:
@@ -21777,9 +21777,8 @@ components:
21777
21777
route_target:
21778
21778
type: string
21779
21779
description: >
21780
-
The last address in this block of IPv6 addresses.
21780
+
The IPv6 SLAAC address.
21781
21781
example: '2600:3c01::ffff:ffff:ffff:ffff'
21782
-
nullable: true
21783
21782
IPv6RangeBGP:
21784
21783
type: object
21785
21784
description: >
@@ -21788,14 +21787,14 @@ components:
21788
21787
range:
21789
21788
type: string
21790
21789
description: >
21791
-
The IPv6 range of addresses in this pool.
21790
+
The IPv6 address of this range.
21792
21791
example: '2600:3c01::'
21793
21792
readOnly: true
21794
21793
x-linode-cli-display: 1
21795
21794
prefix:
21796
21795
type: integer
21797
21796
description: >
21798
-
The prefix length of the address. The total number of addresses that can be assigned from this range is calculated as 2<sup>prefix length</sup>.
21797
+
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