Displaying 3 results from an estimated 3 matches for "pxebcboot".
2015 Jun 09
2
EFI and proxyDHCP: setups
...if (mode->PxeReplyReceived)
pkt_v4 = &mode->PxeReply.Dhcpv4;
else if (mode->ProxyOfferReceived)
pkt_v4 = &mode->ProxyOffer.Dhcpv4;
else
pkt_v4 = &mode->DhcpAck.Dhcpv4;
this code is used in
C:\UDK2014.SP1.P1.Complete\MyWorkSpace\NetworkPkg\UefiPxeBcDxe\PxeBcBoot.c / PxeBcDhcp4BootInfo()
when looking for boot info.
I agree it is not 100% clear but it could be necessary on non proxyDHCP situations.
i.e when the PXE info is contained within the DHCP OFFER/ACK I do not know if in that
particular case some FWs probably do not populate the ProxyOffer pkt.
In th...
2015 Jun 09
0
EFI and proxyDHCP: setups
...= &mode->PxeReply.Dhcpv4;
> else if (mode->ProxyOfferReceived)
> pkt_v4 = &mode->ProxyOffer.Dhcpv4;
> else
> pkt_v4 = &mode->DhcpAck.Dhcpv4;
>
> this code is used in
> C:\UDK2014.SP1.P1.Complete\MyWorkSpace\NetworkPkg\UefiPxeBcDxe\PxeBcBoot.c / PxeBcDhcp4BootInfo()
> when looking for boot info.
> I agree it is not 100% clear but it could be necessary on non proxyDHCP situations.
> i.e when the PXE info is contained within the DHCP OFFER/ACK I do not know if in that
> particular case some FWs probably do not populate the Pr...
2015 Jun 09
2
EFI and proxyDHCP: setups
On Sun, Jun 7, 2015 at 5:09 PM, Patrick Masotta <masottaus at yahoo.com> wrote:
>>>>
> Patrick, I think I've been able to figure out some missing details
> about your VMware Workstation tests. For a proxyDHCP,
> I'm using dnsmasq. Could you try to confirm your test was the
> same basic setup?
>
> On VMware Workstation 10 with a VMHWv10 VM set to