-
Notifications
You must be signed in to change notification settings - Fork 69
Update GET /networking/ipv6/pools #158
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
Update GET /networking/ipv6/pools #158
Conversation
openapi.yaml
Outdated
@@ -7820,7 +7820,9 @@ paths: | |||
- Networking | |||
summary: List IPv6 Pools | |||
description: > | |||
Displays the IPv6 pools on your Account. | |||
Displays the IPv6 pools on your Account. A pool of IPv6 addresses are routed to all of your | |||
Linodes in a single Region. Any Linode on your Account may bring up any address in this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NB: I could see a benefit of linking the word Region to the LIST Regions endpoint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added!
openapi.yaml
Outdated
@@ -7865,7 +7867,9 @@ paths: | |||
- Networking | |||
summary: List IPv6 Ranges | |||
description: > | |||
Displays the IPv6 ranges on your Account. | |||
Displays the IPv6 ranges on your Account. A range of IPv6 addresses is routed to a single | |||
Linode in a given Region. Your Linode is responsible for routing individual addresses in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two non-breaking suggestions. Otherwise, looks great. Thank you very much for doing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are the best, @hzoppetti!
Thank you so much.
Co-authored-by: Contributors <[email protected]>
added route_target to ipv6 pool and clarified ipv6 language in
GET /networking/ipv6/pools and
GET /networking/ipv6/ranges