@@ -9110,9 +9110,14 @@ paths:
9110
9110
- Networking
9111
9111
summary: List IPv6 Ranges
9112
9112
description: >
9113
- Displays the IPv6 ranges on your Account. A range of IPv6 addresses is routed to a single
9114
- Linode in a given [Region](https://developers.linode.com/api/v4/regions). Your Linode is responsible for routing individual addresses in
9115
- the range, or handling traffic for all the addresses in the range.
9113
+ Displays the IPv6 ranges on your Account.
9114
+
9115
+
9116
+ * An IPv6 range is a `/64` block of IPv6 addresses routed to a single Linode in a given [Region](https://developers.linode.com/api/v4/regions).
9117
+
9118
+ * Your Linode is responsible for routing individual addresses in the range, or handling traffic for all the addresses in the range.
9119
+
9120
+ * You must [open a support ticket](/api/v4/support-tickets/#post) to request a `/64` block of IPv6 addresses to be added to your account.
9116
9121
operationId: getIPv6Ranges
9117
9122
x-linode-cli-action: v6-ranges
9118
9123
security:
@@ -15347,7 +15352,7 @@ components:
15347
15352
type: string
15348
15353
description: >
15349
15354
The IPv6 range of addresses in this pool.
15350
- example: '2600:3c01::02 :5000:: '
15355
+ example: '2600:3c01::2 :5000:0 '
15351
15356
readOnly: true
15352
15357
x-linode-cli-display: 1
15353
15358
prefix:
@@ -15369,7 +15374,7 @@ components:
15369
15374
type: string
15370
15375
description: >
15371
15376
The last address in this block of IPv6 addresses.
15372
- example: '2600:3c01::02 :5000::ca72 '
15377
+ example: '2600:3c01::2 :5000:f '
15373
15378
nullable: true
15374
15379
IPv6Range:
15375
15380
type: object
@@ -15380,16 +15385,29 @@ components:
15380
15385
type: string
15381
15386
description: >
15382
15387
The IPv6 range of addresses in this pool.
15383
- example: '2600:3c01::02:5000:: '
15388
+ example: '2600:3c01::'
15384
15389
readOnly: true
15385
15390
x-linode-cli-display: 1
15391
+ prefix:
15392
+ type: integer
15393
+ description: >
15394
+ The prefix length of the address, denoting how many addresses can be
15395
+ assigned from this range calculated as 2 <sup>128-prefix</sup>.
15396
+ example: 64
15397
+ x-linode-cli-display: 2
15386
15398
region:
15387
15399
type: string
15388
15400
description: >
15389
15401
The region for this range of IPv6 addresses.
15390
15402
example: us-east
15391
15403
readOnly: true
15392
- x-linode-cli-display: 2
15404
+ x-linode-cli-display: 3
15405
+ route_target:
15406
+ type: string
15407
+ description: >
15408
+ The last address in this block of IPv6 addresses.
15409
+ example: '2600:3c01::ffff:ffff:ffff:ffff'
15410
+ nullable: true
15393
15411
Kernel:
15394
15412
type: object
15395
15413
description: Linux kernel object
0 commit comments