@@ -7820,7 +7820,9 @@ paths:
7820
7820
- Networking
7821
7821
summary: List IPv6 Pools
7822
7822
description: >
7823
- Displays the IPv6 pools on your Account.
7823
+ Displays the IPv6 pools on your Account. A pool of IPv6 addresses are routed to all of your
7824
+ Linodes in a single [Region](https://developers.linode.com/api/v4/regions). Any Linode on your Account may bring up any address in this
7825
+ pool at any time, with no external configuration required.
7824
7826
operationId: getIPv6Pools
7825
7827
x-linode-cli-action: v6-pools
7826
7828
security:
@@ -7865,7 +7867,9 @@ paths:
7865
7867
- Networking
7866
7868
summary: List IPv6 Ranges
7867
7869
description: >
7868
- Displays the IPv6 ranges on your Account.
7870
+ Displays the IPv6 ranges on your Account. A range of IPv6 addresses is routed to a single
7871
+ Linode in a given [Region](https://developers.linode.com/api/v4/regions). Your Linode is responsible for routing individual addresses in
7872
+ the range, or handling traffic for all the addresses in the range.
7869
7873
operationId: getIPv6Ranges
7870
7874
x-linode-cli-action: v6-ranges
7871
7875
security:
@@ -13962,27 +13966,31 @@ components:
13962
13966
range:
13963
13967
type: string
13964
13968
description: >
13965
- The IPv6 pool
13969
+ The IPv6 range of addresses in this pool.
13966
13970
example: '2600:3c01::02:5000::'
13967
13971
readOnly: true
13968
13972
x-linode-cli-display: 1
13969
13973
prefix:
13970
13974
type: integer
13971
13975
description: >
13972
- The prefix length of the address, denoting which addresses can be
13973
- assigned from this pool.
13976
+ The prefix length of the address, denoting how many addresses can be
13977
+ assigned from this pool calculated as 2 <sup>128-prefix</sup> .
13974
13978
example: 124
13975
13979
x-linode-cli-display: 2
13976
13980
region:
13977
13981
type: string
13978
13982
description: >
13979
- A pool of IPv6 addresses that are routed to all of
13980
- your Linodes in a single Region. Any Linode you own may bring up any
13981
- address in this pool at any time, with no external configuration
13982
- required.
13983
+ The region for this pool of IPv6 addresses.
13983
13984
example: us-east
13984
13985
readOnly: true
13985
13986
x-linode-cli-display: 3
13987
+ x-linode-filterable: true
13988
+ route_target:
13989
+ type: string
13990
+ description: >
13991
+ The last address in this block of IPv6 addresses.
13992
+ example: '2600:3c01::02:5000::ca72'
13993
+ nullable: true
13986
13994
IPv6Range:
13987
13995
type: object
13988
13996
description: >
@@ -13991,17 +13999,14 @@ components:
13991
13999
range:
13992
14000
type: string
13993
14001
description: >
13994
- The IPv6 range.
14002
+ The IPv6 range of addresses in this pool .
13995
14003
example: '2600:3c01::02:5000::'
13996
14004
readOnly: true
13997
14005
x-linode-cli-display: 1
13998
14006
region:
13999
14007
type: string
14000
14008
description: >
14001
- A range of IPv6 addresses routed to a single Linode in the given
14002
- Region. Your Linode is responsible for routing individual addresses
14003
- in the range, or handling traffic for all of the addresses in the
14004
- range.
14009
+ The region for this range of IPv6 addresses.
14005
14010
example: us-east
14006
14011
readOnly: true
14007
14012
x-linode-cli-display: 2
0 commit comments