NetworkPkg/HttpBootDxe: Update device path node to include DNS information
Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com>
This commit is contained in:
@@ -202,6 +202,8 @@ struct _HTTP_BOOT_PRIVATE_DATA {
|
||||
EFI_IP_ADDRESS GatewayIp;
|
||||
EFI_IP_ADDRESS ServerIp;
|
||||
UINT16 Port;
|
||||
UINT32 DnsServerCount;
|
||||
EFI_IP_ADDRESS *DnsServerIp;
|
||||
|
||||
//
|
||||
// The URI string attempt to download through HTTP, may point to
|
||||
|
Reference in New Issue
Block a user