]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Add the ability to create a temporary MNP network device
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Mar 2024 12:58:10 +0000 (12:58 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Mar 2024 14:46:13 +0000 (14:46 +0000)
commitb66f6025fa50f929c8e6448c383ffec273d41e6c
tree000bc509e9980eab923104c2733827672fe29cd6
parentb52b4a46d9ee854130db7a8927f33391fc6ba1fe
[efi] Add the ability to create a temporary MNP network device

An MNP network device may be temporarily and non-destructively
installed on top of an existing UEFI network stack without having to
disconnect existing drivers.

Add the ability to create such a temporary network device.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/efi/mnp.c
src/drivers/net/efi/mnpnet.c
src/drivers/net/efi/mnpnet.h [deleted file]
src/drivers/net/efi/snponly.c
src/include/ipxe/efi/mnpnet.h [new file with mode: 0644]