From ae97201c55603b69289c5d2349238ea97b2cd35e Mon Sep 17 00:00:00 2001 From: "Fu, Siyuan" Date: Thu, 18 Sep 2014 11:44:36 +0000 Subject: 1. Update PXE driver to support PXEv6 boot cross subnet. 2. Update IP6 driver to use previous configured prefix length if a pre-exist IP6 address with unspecified prefix length. 3. Add NULL check for Dhcp protocol pointer before it decline the address in Ip6ConfigSetStatefulAddrCallback() function. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu, Siyuan Reviewed-By: Ye, Ting (ting.ye@intel.com) Reviewed-By: Wu, Jiaxin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16131 6f19259b-4bc3-4df7-8a09-765794883524 --- NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h') diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h b/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h index 1d4381a..8f754e0 100644 --- a/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h +++ b/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h @@ -160,6 +160,7 @@ struct _PXEBC_PRIVATE_DATA { BOOLEAN IsProxyRecved; BOOLEAN IsDoDiscover; + EFI_IP_ADDRESS TmpStationIp; EFI_IP_ADDRESS StationIp; EFI_IP_ADDRESS SubnetMask; EFI_IP_ADDRESS GatewayIp; -- cgit v1.1