Skip to content
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

feat(instance): allow to create IPv6 only instances #4201

Closed
wants to merge 2 commits into from

Conversation

ziirish
Copy link
Contributor

@ziirish ziirish commented Oct 17, 2024

With the routed IP, when creating a new instances with ip=<IPv6_UUID> you still end up with an IPv4 attached to your instance due to the dynamic_ip_required defaulting to true.
This change allows one to create IPv6 only instances when passing the new option ipv4=false (which defaults to true to remain backward compatible).

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:

feat(instance): allow to create IPv6 only instances

@ziirish ziirish requested a review from Codelax as a code owner October 17, 2024 10:25
@github-actions github-actions bot added the instance Instance issues, bugs and feature requests label Oct 17, 2024
With the routed IP, when creating a new instances with `ip=<IPv6_UUID>`
you still end up with an IPv4 attached to your instance due to the
`dynamic_ip_required` defaulting to `true`.
This change allows one to create IPv6 only instances when passing the
new option `ipv4=false` (which defaults to `true` to remain backward
compatible).
@remyleone remyleone marked this pull request as draft October 29, 2024 08:42
@remyleone remyleone added the priority:high New features label Nov 12, 2024
@Codelax
Copy link
Member

Codelax commented Nov 15, 2024

Handled in #4219

@Codelax Codelax closed this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
instance Instance issues, bugs and feature requests priority:high New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants