Skip to content

Commit

Permalink
droplet: Document that enabling IPv6 requires OS-level config changes. (
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Feb 8, 2024
1 parent 6e029d2 commit 4087119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/resources/droplets/dropletActions_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
| <nobr>`rebuild`</nobr> | Rebuilds a Droplet from a new base image. Set the `image` attribute to an image ID or slug. |
| <nobr>`rename`</nobr> | Renames a Droplet. |
| <nobr>`change_kernel`</nobr> | Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels. All Droplets created after March 2017 use internal kernels by default. |
| <nobr>`enable_ipv6`</nobr> | Enables IPv6 for a Droplet. |
| <nobr>`enable_ipv6`</nobr> | Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When enabling IPv6 on an existing Droplet, [additional OS-level configuration](https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets) is required. |
| <nobr>`snapshot`</nobr> | Takes a snapshot of a Droplet. |
tags:
Expand Down

0 comments on commit 4087119

Please sign in to comment.