From: Michael Brown Date: Tue, 16 Feb 2021 10:58:42 +0000 (+0000) Subject: [cloud] Enable IPv6 and HTTPS in cloud boot images X-Git-Tag: secboot-ioactive-20221109~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa012dd0203145dd7638df02a9231214639f8b32;p=thirdparty%2Fipxe.git [cloud] Enable IPv6 and HTTPS in cloud boot images Signed-off-by: Michael Brown --- diff --git a/src/config/cloud/general.h b/src/config/cloud/general.h index 99028c147..38799fd8e 100644 --- a/src/config/cloud/general.h +++ b/src/config/cloud/general.h @@ -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. */