]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[cloud] Enable IPv6 and HTTPS in cloud boot images
authorMichael Brown <mcb30@ipxe.org>
Tue, 16 Feb 2021 10:58:42 +0000 (10:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 16 Feb 2021 10:58:42 +0000 (10:58 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/cloud/general.h

index 99028c1473e5f90ce52ee304266d6ac3a974e000..38799fd8e2243973ec7aceaf2e59dc9039368702 100644 (file)
@@ -1,3 +1,7 @@
+/* Enable IPv6 and HTTPS */
+#define NET_PROTO_IPV6
+#define DOWNLOAD_PROTO_HTTPS
+
 /* Allow retrieval of metadata (such as an iPXE boot script) from
  * Google Compute Engine metadata server.
  */