Skip to content

Commit 393b042

Browse files
authored
Merge pull request #412 from bbiggerr/linode-ipv6-prefix-128
[Update] Linode schema ipv6
2 parents 0f2542a + 350dd40 commit 393b042

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

openapi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17910,6 +17910,7 @@ components:
1791017910
readOnly: true
1791117911
ipv4:
1791217912
type: array
17913+
format: ipv4
1791317914
items:
1791417915
type: string
1791517916
example:
@@ -17926,11 +17927,13 @@ components:
1792617927
x-linode-cli-display: 10
1792717928
ipv6:
1792817929
type: string
17930+
format: ipv6/128
17931+
nullable: true
1792917932
description: >
17930-
This Linode's IPv6 SLAAC addresses. This address is specific to a Linode, and may not
17933+
This Linode's IPv6 SLAAC address. This address is specific to a Linode, and may not
1793117934
be shared. If the Linode has not been assigned an IPv6 address, the return value will
1793217935
be `null`.
17933-
example: 'c001:d00d::1234'
17936+
example: 'c001:d00d::1337/128'
1793417937
readOnly: true
1793517938
specs:
1793617939
type: object

0 commit comments

Comments
 (0)