Skip to content

Commit 2992bbc

Browse files
Merge pull request #316 from Dorthu/bugfix/fill-in-v6-range-object
Filled in IPv6Range object
2 parents 2d399cc + da31eec commit 2992bbc

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

openapi.yaml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9110,9 +9110,14 @@ paths:
91109110
- Networking
91119111
summary: List IPv6 Ranges
91129112
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.
91169121
operationId: getIPv6Ranges
91179122
x-linode-cli-action: v6-ranges
91189123
security:
@@ -15347,7 +15352,7 @@ components:
1534715352
type: string
1534815353
description: >
1534915354
The IPv6 range of addresses in this pool.
15350-
example: '2600:3c01::02:5000::'
15355+
example: '2600:3c01::2:5000:0'
1535115356
readOnly: true
1535215357
x-linode-cli-display: 1
1535315358
prefix:
@@ -15369,7 +15374,7 @@ components:
1536915374
type: string
1537015375
description: >
1537115376
The last address in this block of IPv6 addresses.
15372-
example: '2600:3c01::02:5000::ca72'
15377+
example: '2600:3c01::2:5000:f'
1537315378
nullable: true
1537415379
IPv6Range:
1537515380
type: object
@@ -15380,16 +15385,29 @@ components:
1538015385
type: string
1538115386
description: >
1538215387
The IPv6 range of addresses in this pool.
15383-
example: '2600:3c01::02:5000::'
15388+
example: '2600:3c01::'
1538415389
readOnly: true
1538515390
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
1538615398
region:
1538715399
type: string
1538815400
description: >
1538915401
The region for this range of IPv6 addresses.
1539015402
example: us-east
1539115403
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
1539315411
Kernel:
1539415412
type: object
1539515413
description: Linux kernel object

0 commit comments

Comments
 (0)