]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Record cached ProxyDHCPOFFER and PXEBSACK, if present
authorMichael Brown <mcb30@ipxe.org>
Fri, 23 Jul 2021 10:32:04 +0000 (11:32 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 27 Jul 2021 12:50:36 +0000 (13:50 +0100)
commite09e1142a3bd8bdb702efc92994c419a53e9933b
tree590fa32d0a9512493575ab56f91f68cd954b7a4c
parentdb6310c3e5948a327a1c6f5706f727fd6cd67c70
[efi] Record cached ProxyDHCPOFFER and PXEBSACK, if present

Commit cd3de55 ("[efi] Record cached DHCPACK from loaded image's
device handle, if present") added the ability for a chainloaded UEFI
iPXE to reuse an IPv4 address and DHCP options previously obtained by
a built-in PXE stack, without needing to perform a second DHCP
request.

Extend this to also record the cached ProxyDHCPOFFER and PXEBSACK
obtained from the EFI_PXE_BASE_CODE_PROTOCOL instance installed on the
loaded image's device handle, if present.

This allows a chainloaded UEFI iPXE to reuse a boot filename or other
options that were provided via a ProxyDHCP or PXE boot server
mechanism, rather than by standard DHCP.

Tested-by: Andreas Hammarskjöld <junior@2PintSoftware.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/interface/pcbios/bios_cachedhcp.c
src/core/cachedhcp.c
src/include/ipxe/cachedhcp.h
src/include/ipxe/dhcppkt.h
src/interface/efi/efi_cachedhcp.c