[pve-devel] [PATCH docs] remove SLAAC reference from cloudinit docs
Mira Limbeck
m.limbeck at proxmox.com
Mon May 4 15:41:21 CEST 2020
As we don't currently support SLAAC in the nocloud network format code, remove
the reference from the docs.
Signed-off-by: Mira Limbeck <m.limbeck at proxmox.com>
---
We have removed SLAAC from the GUI a while ago because cloud-init did
not support it back then but missed the reference in the docs.
qm-cloud-init-opts.adoc | 1 -
1 file changed, 1 deletion(-)
diff --git a/qm-cloud-init-opts.adoc b/qm-cloud-init-opts.adoc
index 43e4415..2fa1735 100644
--- a/qm-cloud-init-opts.adoc
+++ b/qm-cloud-init-opts.adoc
@@ -33,7 +33,6 @@ Specify IP addresses and gateways for the corresponding interface.
IP addresses use CIDR notation, gateways are optional but need an IP of the same type specified.
+
The special string 'dhcp' can be used for IP addresses to use DHCP, in which case no explicit gateway should be provided.
-For IPv6 the special string 'auto' can be used to use stateless autoconfiguration.
+
If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, it defaults to using dhcp on IPv4.
--
2.20.1
More information about the pve-devel
mailing list