diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-12-22 14:27:56 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-12-22 14:27:56 +0000 |
commit | b9571ca12ed80472051663e2618dfe083f995da3 (patch) | |
tree | 9e04c6e86af2a67ed5be0ad517672417058f1eaf /src/include/ipxe/cachedhcp.h | |
parent | 099e4d39b355a10b0bc7d23bb0e96615bf06470b (diff) | |
download | ipxe-b9571ca12ed80472051663e2618dfe083f995da3.tar.gz |
[efi] Add efi_path_vlan() utility function
EFI provides no API for determining the VLAN tag (if any) for a
specified device handle. There is the EFI_VLAN_CONFIG_PROTOCOL, but
that exists only on the trunk device handle (not on the VLAN device
handle), and provides no way to match VLAN tags against the trunk
device's child device handles.
The EDK2 codebase seems to rely solely on the device path to determine
the VLAN tag for a specified device handle: both NetLibGetVlanId() and
BmGetNetworkDescription() will parse the device path to search for a
VLAN_DEVICE_PATH component.
Add efi_path_vlan() which uses the same device path parsing logic to
determine the VLAN tag.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/cachedhcp.h')
0 files changed, 0 insertions, 0 deletions