Skip to content

Commit 65f6913

Browse files
committed
Update IP addresses per IETF RFC 5737
1 parent 4d3cda1 commit 65f6913

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

openapi.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6207,7 +6207,7 @@ paths:
62076207
-X POST -d '{
62086208
"type": "A",
62096209
"name": "test",
6210-
"target": "12.34.56.78",
6210+
"target": "203.0.113.1",
62116211
"priority": 50,
62126212
"weight": 50,
62136213
"port": 80,
@@ -6221,7 +6221,7 @@ paths:
62216221
linode-cli domains records-create 123 \
62226222
--type A \
62236223
--name test \
6224-
--target 12.34.56.78 \
6224+
--target 203.0.113.1 \
62256225
--priority 50 \
62266226
--weight 50 \
62276227
--port 80 \
@@ -6308,7 +6308,7 @@ paths:
63086308
-X PUT -d '{
63096309
"type": "A",
63106310
"name": "test",
6311-
"target": "12.34.56.78",
6311+
"target": "203.0.113.1",
63126312
"priority": 50,
63136313
"weight": 50,
63146314
"port": 80,
@@ -6323,7 +6323,7 @@ paths:
63236323
linode-cli domains records-update 123 234 \
63246324
--type A \
63256325
--name test \
6326-
--target 12.34.56.78 \
6326+
--target 203.0.113.1 \
63276327
--priority 50 \
63286328
--weight 50 \
63296329
--port 80 \
@@ -12393,7 +12393,7 @@ paths:
1239312393
"ssh": {
1239412394
"access": true,
1239512395
"user": "linode",
12396-
"ip": "12.34.56.78",
12396+
"ip": "203.0.113.1",
1239712397
"port": 22
1239812398
}
1239912399
}' \
@@ -12405,7 +12405,7 @@ paths:
1240512405
--ssh.access true \
1240612406
--ssh.user linode \
1240712407
--ssh.port 22 \
12408-
--ssh.ip 12.34.56.78
12408+
--ssh.ip 203.0.113.1
1240912409
/managed/services:
1241012410
x-linode-cli-command: managed
1241112411
get:
@@ -24277,7 +24277,7 @@ components:
2427724277
when responding to an Issue.
2427824278

2427924279
By default, any of a Linode's IP addresses can be used for incident response access.
24280-
example: "12.34.56.78"
24280+
example: "203.0.113.1"
2428124281
default: any
2428224282
port:
2428324283
type: integer
@@ -24461,7 +24461,7 @@ components:
2446124461
format: ip
2446224462
description: >
2446324463
This NodeBalancer's public IPv4 address.
24464-
example: 12.34.56.78
24464+
example: 203.0.113.1
2446524465
readOnly: true
2446624466
x-linode-cli-display: 5
2446724467
ipv6:
@@ -26608,7 +26608,7 @@ components:
2660826608
type: string
2660926609
description: >
2661026610
The last IP Address to successfully authenticate with this TrustedDevice.
26611-
example: 12.34.56.78
26611+
example: 203.0.113.1
2661226612
readOnly: true
2661326613
SecurityQuestion:
2661426614
type: object

0 commit comments

Comments
 (0)