Variable driver: add checking to make sure flash is properly initialized
PxeBc driver: fix the issue that the giaddr is wrongly interpreted to "gateway address" git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2515 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -621,8 +621,6 @@ AddRouters (
|
||||
DHCP_RECEIVE_BUFFER *RxBufPtr
|
||||
)
|
||||
{
|
||||
Ip4AddRouter (Private, &RxBufPtr->u.Dhcpv4.giaddr);
|
||||
|
||||
Ip4AddRouterList (
|
||||
Private,
|
||||
(DHCPV4_OP_IP_LIST *) RxBufPtr->OpAdds.PktOptAdds[OP_ROUTER_LIST_IX - 1]
|
||||
|
Reference in New Issue
Block a user