Displaying 10 results from an estimated 10 matches for "8a00e49".
2015 Jun 26
3
[PATCH 0/1] Network UEFI PXE DHCP/proxyDHCP fix
from: Jeff Sloan <jeff_sloan at selinc.com>
Update UEFI PXE proxyDHCP handling updated.
This patch is based on commit ID 8a00e49
Updated pxe.c and udp.c to incorporate feedback.In addition to the
previous modifications:
pxe.c: Changed to use ProxyOffer Packet and added client ip from PxeReply
into temp packet for parsing. Left all existing cached packets untouched.
udp.c: UseDefaultAddress is enabled/disabled based on...
2015 Jun 09
2
EFI and proxyDHCP: setups
>>>
And I stand corrected Patrick.? Apparently some clients are
stuffing bad values into packets and moving the code to save the MAC resolves
the deafness I observed.
Commit 8a00e49 is the change.
--
-Gene
<<<
OK; I was about to ask you a few wiershark captures...
I looked at the last commit and I think
if (mode->PxeReplyReceived)
pkt_v4 = &mode->PxeReply.Dhcpv4;
else if (mode->ProxyOfferReceived)
pkt_v4 = &mode->ProxyOffer.Dhcpv4;...
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
2015 Jun 11
2
[PATCH 0/1] Network UEFI PXE DHCP/proxyDHCP fix
from: Jeff Sloan <jeff_sloan at selinc.com>
Update UEFI PXE proxyDHCP handling.
This patch is based on commit ID 8a00e49
Modify two files to specify valid ip addresses. These files are efi/pxe.c
and efi/udp.c.
In efi/pxe.c: In net_parse_dhcp function.
If ProxyOffer has been received, start with DhcpAck packet since it is the
most complete. This requires a minimum of changes to the packet except
that it contains...
2015 Jun 09
0
EFI and proxyDHCP: setups
...I'm going to be trying your patch as-is next but I'm doubting it'll
> influence things.
>
> --
> -Gene
And I stand corrected Patrick. Apparently some clients are stuffing
bad values into packets and moving the code to save the MAC resolves
the deafness I observed.
Commit 8a00e49 is the change.
--
-Gene
2015 Jun 09
0
EFI and proxyDHCP: setups
On Tue, Jun 9, 2015 at 9:05 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
>>>>
> And I stand corrected Patrick. Apparently some clients are
> stuffing bad values into packets and moving the code to save the MAC resolves
> the deafness I observed.
> Commit 8a00e49 is the change.
> --
> -Gene
> <<<
>
> OK; I was about to ask you a few wiershark captures...
>
>
> I looked at the last commit and I think
>
> if (mode->PxeReplyReceived)
> pkt_v4 = &mode->PxeReply.Dhcpv4;
> else if (mode->...
2015 Jun 26
0
[PATCH 0/1] Network UEFI PXE DHCP/proxyDHCP fix
On Fri, Jun 26, 2015 at 8:58 AM, <jeff_sloan at selinc.com> wrote:
> from: Jeff Sloan <jeff_sloan at selinc.com>
>
> Update UEFI PXE proxyDHCP handling updated.
>
> This patch is based on commit ID 8a00e49
This commit is outdated. Could you try commit ID 23b2707b as-is first? Thanks.
> Updated pxe.c and udp.c to incorporate feedback.In addition to the previous
> modifications:
>
> pxe.c: Changed to use ProxyOffer Packet and added client ip from PxeReply
> into temp packet for parsi...
2015 Sep 12
0
[PATCH 0/1] Network UEFI PXE DHCP/proxyDHCP fix
...________________________________
>
>
>
> On Fri, Jun 26, 2015 at 8:58 AM, <jeff_sloan at selinc.com> wrote:
>> from: Jeff Sloan <jeff_sloan at selinc.com>
>>
>> Update UEFI PXE proxyDHCP handling updated.
>>
>> This patch is based on commit ID 8a00e49
>
> This commit is outdated. Could you try commit ID 23b2707b as-is first?
> Thanks.
>
>> Updated pxe.c and udp.c to incorporate feedback.In addition to the
>> previous
>> modifications:
>>
>> pxe.c: Changed to use ProxyOffer Packet and added client ip fro...
2015 Jun 12
0
[PATCH 0/1] Network UEFI PXE DHCP/proxyDHCP fix
On Thu, Jun 11, 2015 at 4:02 PM, <jeff_sloan at selinc.com> wrote:
> from: Jeff Sloan <jeff_sloan at selinc.com>
>
> Update UEFI PXE proxyDHCP handling.
>
> This patch is based on commit ID 8a00e49
>
> Modify two files to specify valid ip addresses. These files are efi/pxe.c
> and efi/udp.c.
1) In commit 2e266c35, I proposed using UseDefaultAddress. As I
recall, there were clients that didn't utilize the default routing
otherwise. This may require more code to distinguish subn...
2015 Jun 03
5
[PATCH 0/1] EFI PXE DHCP/proxyDHCP issues fix
The UEFI PXE boot DHCP/proxyDHCP issue is very timely. I am working on
that very topic now.
Our scenario is a manufacturing environment set up to format and
load/install custom hard drive images in our systems.
Our environment:
This is a manufacturing floor setup where we build computers for our
customers. We have two servers and a client in the mix, all connected via
Ethernet (IPv4 only).