diff options
| author | Michael Brown | 2023-06-07 13:56:36 +0200 |
|---|---|---|
| committer | Michael Brown | 2023-06-07 13:57:51 +0200 |
| commit | e7adf5701fac35ffca0dc477be0ce0d1d182638d (patch) | |
| tree | ee45822adc5dcb3cf65873e077691c6ccc047a8a /src/interface/efi/efi_debug.c | |
| parent | [efi] Add IPv6 versions of existing IPv4 headers and GUID definitions (diff) | |
| download | ipxe-e7adf5701fac35ffca0dc477be0ce0d1d182638d.tar.gz ipxe-e7adf5701fac35ffca0dc477be0ce0d1d182638d.tar.xz ipxe-e7adf5701fac35ffca0dc477be0ce0d1d182638d.zip | |
[efi] Add Ip4Config2 header and GUID definition
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_debug.c')
| -rw-r--r-- | src/interface/efi/efi_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c index 8922fa2a5..dec6b6e62 100644 --- a/src/interface/efi/efi_debug.c +++ b/src/interface/efi/efi_debug.c @@ -115,6 +115,8 @@ static struct efi_well_known_guid efi_well_known_guids[] = { "Ip4" }, { &efi_ip4_config_protocol_guid, "Ip4Config" }, + { &efi_ip4_config2_protocol_guid, + "Ip4Config2" }, { &efi_ip4_service_binding_protocol_guid, "Ip4Sb" }, { &efi_ip6_protocol_guid, |
