jeff_sloan at selinc.com
2015-Jun-26 12:58 UTC
[syslinux] [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 whether it is a remote or local subnet in core_udp_connect and core_udp_sendto functions. Signed-off-by: Jeff Sloan <jeff_sloan at selinc.com> --- diffstat results: pxe.c | 17 +++++++++++++++-- udp.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 61 insertions(+), 4 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: patch Type: application/octet-stream Size: 3682 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20150626/0fe5fd48/attachment.obj>
Gene Cumm
2015-Jun-26 13:41 UTC
[syslinux] [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 8a00e49This 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 parsing. Left all existing cached packets untouched. > > udp.c: UseDefaultAddress is enabled/disabled based on whether it is a remote > or local subnet in core_udp_connect and core_udp_sendto functions. > > > Signed-off-by: Jeff Sloan <jeff_sloan at selinc.com> > --- > diffstat results: > pxe.c | 17 +++++++++++++++-- > > udp.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- > > 2 files changed, 61 insertions(+), 4 deletions(-)On hold pending feedback. -- -Gene
jeff_sloan at selinc.com
2015-Jul-08 12:14 UTC
[syslinux] EFI: PXE: "My IP is 0.0.0.0" (Problem building main.c)
>>>Please see the new code at https://github.com/ppatpat/syslinux/blob/master/efi/main.c <<< I'm having a bit of a problem with the build using the latest version of main.c. I get an error that stops the build because variable i is redefined in efi_create_binding. On line 104 i is defined as UINTN and then on line 182 it is redefined as int. I deleted 182 but just thought I would mention it. Jeff Sloan
Gene Cumm
2015-Sep-12 12:27 UTC
[syslinux] [PATCH 0/1] Network UEFI PXE DHCP/proxyDHCP fix
On Fri, Jun 26, 2015 at 10:15 AM, <jeff_sloan at selinc.com> wrote:> Will do, Gene. I'll let you (and the mailing list) know.Jeff, what's your status? -- -Gene> From: Gene Cumm <gene.cumm at gmail.com> > To: jeff_sloan at selinc.com, > Cc: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>, > masotta <masottaus at yahoo.com> > Date: 06/26/2015 09:13 AM > Subject: Re: [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 parsing. Left all existing cached packets untouched. >> >> udp.c: UseDefaultAddress is enabled/disabled based on whether it is a >> remote >> or local subnet in core_udp_connect and core_udp_sendto functions. >> >> >> Signed-off-by: Jeff Sloan <jeff_sloan at selinc.com> >> --- >> diffstat results: >> pxe.c | 17 +++++++++++++++-- >> >> udp.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- >> >> 2 files changed, 61 insertions(+), 4 deletions(-) > > On hold pending feedback.