File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17910,6 +17910,7 @@ components:
17910
17910
readOnly: true
17911
17911
ipv4:
17912
17912
type: array
17913
+ format: ipv4
17913
17914
items:
17914
17915
type: string
17915
17916
example:
@@ -17926,11 +17927,13 @@ components:
17926
17927
x-linode-cli-display: 10
17927
17928
ipv6:
17928
17929
type: string
17930
+ format: ipv6/128
17931
+ nullable: true
17929
17932
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
17931
17934
be shared. If the Linode has not been assigned an IPv6 address, the return value will
17932
17935
be `null`.
17933
- example: 'c001:d00d::1234 '
17936
+ example: 'c001:d00d::1337/128 '
17934
17937
readOnly: true
17935
17938
specs:
17936
17939
type: object
You can’t perform that action at this time.
0 commit comments