[ipxe-devel] [ipxe/ipxe] [efi] Enable NET_PROTO_IPV6 by default (#84)

Tore Anderson notifications at github.com
Thu Dec 5 20:17:40 UTC 2019


>     * First major one: code size, or rather binary size, you don't want it on a pcbios build with limited memory, unless you really need to. And there are still targets (ROMs) that are limited to 64Kb binaries, or in some cases even less. Virtual box for example is one such thing.

Which is precisely the reason why the change I am proposing *only* enables IPv6 on EFI builds. PCBIOS builds are *not* changed.

>     * Another reason is compability, unless your network is "properly" configured for IPv6, and you expect IPv4 to work, then you might see issues. feel free to read the mailing list

As mentioned in the initial PR comment, IPv6 PXE support is *mandated* by the UEFI specification. This has been the case for over nine years at the point of writing.

If you have a network with some kind of defective IPv6 (non-)connectivity configured, then sure, you «might see issues» (most likely occurring before iPXE is even loaded). On networks with some kind of defective IPv4 (non-)connectivity, the statement is equally true.

It is however not the bootloader's role to fix broken networks, that's a task better left to the network operator. Especially when the attempt to fix the broken networks inevitably results in iPXE being 100% defective on *correctly* configured IPv6 network.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/84#issuecomment-562299663
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20191205/264496c9/attachment.htm>


More information about the ipxe-devel mailing list