Skip to content

Update IP addresses per IETF RFC 5737 #729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ paths:
x-linode-cli-action: maintenance-list
security:
- personalAccessToken: []
- oauth: []
responses:
'200':
description: Returns a paginated list of Maintenance objects.
Expand Down Expand Up @@ -6207,7 +6208,7 @@ paths:
-X POST -d '{
"type": "A",
"name": "test",
"target": "12.34.56.78",
"target": "203.0.113.1",
"priority": 50,
"weight": 50,
"port": 80,
Expand All @@ -6221,7 +6222,7 @@ paths:
linode-cli domains records-create 123 \
--type A \
--name test \
--target 12.34.56.78 \
--target 203.0.113.1 \
--priority 50 \
--weight 50 \
--port 80 \
Expand Down Expand Up @@ -6308,7 +6309,7 @@ paths:
-X PUT -d '{
"type": "A",
"name": "test",
"target": "12.34.56.78",
"target": "203.0.113.1",
"priority": 50,
"weight": 50,
"port": 80,
Expand All @@ -6323,7 +6324,7 @@ paths:
linode-cli domains records-update 123 234 \
--type A \
--name test \
--target 12.34.56.78 \
--target 203.0.113.1 \
--priority 50 \
--weight 50 \
--port 80 \
Expand Down Expand Up @@ -12393,7 +12394,7 @@ paths:
"ssh": {
"access": true,
"user": "linode",
"ip": "12.34.56.78",
"ip": "203.0.113.1",
"port": 22
}
}' \
Expand All @@ -12405,7 +12406,7 @@ paths:
--ssh.access true \
--ssh.user linode \
--ssh.port 22 \
--ssh.ip 12.34.56.78
--ssh.ip 203.0.113.1
/managed/services:
x-linode-cli-command: managed
get:
Expand Down Expand Up @@ -24277,7 +24278,7 @@ components:
when responding to an Issue.

By default, any of a Linode's IP addresses can be used for incident response access.
example: "12.34.56.78"
example: "203.0.113.1"
default: any
port:
type: integer
Expand Down Expand Up @@ -24461,7 +24462,7 @@ components:
format: ip
description: >
This NodeBalancer's public IPv4 address.
example: 12.34.56.78
example: 203.0.113.1
readOnly: true
x-linode-cli-display: 5
ipv6:
Expand Down Expand Up @@ -26608,7 +26609,7 @@ components:
type: string
description: >
The last IP Address to successfully authenticate with this TrustedDevice.
example: 12.34.56.78
example: 203.0.113.1
readOnly: true
SecurityQuestion:
type: object
Expand Down