[ipxe-devel] [PATCH ipxe] build: Enable IPv6 for qemu
Cole Robinson
crobinso at redhat.com
Tue Nov 17 17:25:38 UTC 2015
---
I assume it's fine to enable...
A fedora user requested it here:
https://bugzilla.redhat.com/show_bug.cgi?id=1280318
src/config/qemu/general.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/config/qemu/general.h b/src/config/qemu/general.h
index 30f60d3..61d0ad4 100644
--- a/src/config/qemu/general.h
+++ b/src/config/qemu/general.h
@@ -8,3 +8,6 @@
/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
#define EFI_DOWNGRADE_UX
+
+/* Enable IPv6 */
+#define NET_PROTO_IPV6
--
2.5.0
More information about the ipxe-devel
mailing list