search for: over_load

Displaying 9 results from an estimated 9 matches for "over_load".

2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...- boot server IP address, REVIEW ME FIXME >> * net_mask - network mask >> * gate_way - default gateway router IP >> * boot_file - boot file name >> @@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type) >> >> if (over_load & 2) >> parse_dhcp_options(dhcp->sname, 64, 0); >> + >> + /* What about option 66, tftserver_name ? FIXME */ >> } > > Something like this would be preferable except it's not quite so > simple. We'd need to not store BOOTP siaddr before...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...address - * server_ip - boot server IP address + * server_ip - boot server IP address, REVIEW ME FIXME * net_mask - network mask * gate_way - default gateway router IP * boot_file - boot file name @@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type) if (over_load & 2) parse_dhcp_options(dhcp->sname, 64, 0); + + /* What about option 66, tftserver_name ? FIXME */ } Thing I want to say is that DHCP option 66 is 'next-server' in ISC DHCP server. Most likely is the 'next-server' in the subject-line (from original poster)...
2015 Sep 13
0
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...c b/core/fs/pxe/dhcp_option.c > >> index 8d93a6a..b82e944 100644 > >> --- a/core/fs/pxe/dhcp_option.c > >> +++ b/core/fs/pxe/dhcp_option.c > >> @@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type) > >> > >> if (over_load & 2) > >> parse_dhcp_options(dhcp->sname, 64, 0); > >> + > >> + /* What about option 66, tftserver_name ? FIXME */ > >> } > > > > Something like this would be preferable except it's not quite so > > simple. We'd ne...
2016 Jan 07
2
Domain name search path use during PXE booting
...00 +++ syslinux-6.03/core/fs/pxe/dhcp_option.c 2016-01-04 07:58:18.158206039 +0000 @@ -7,6 +7,11 @@ #include "pxe.h" char LocalDomain[256]; +/* + * DomainSearch contains a list of null terminated domain names + * An empty string terminates the list + */ +char DomainSearch[257]; int over_load; uint8_t uuid_type; @@ -133,6 +138,135 @@ static void pxelinux_reboottime(const vo DHCPMagic |= 8; /* Got reboot time */ } +/* + * See RFC1035 section 4.1.3 for the format of the domain name as it's a compact format. + */ +static void domain_search(const void *data, int opt_len) +{...
2015 Sep 13
3
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...ion.c >> >> index 8d93a6a..b82e944 100644 >> >> --- a/core/fs/pxe/dhcp_option.c >> >> +++ b/core/fs/pxe/dhcp_option.c >> >> @@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type) >> >> >> >> if (over_load & 2) >> >> parse_dhcp_options(dhcp->sname, 64, 0); >> >> + >> >> + /* What about option 66, tftserver_name ? FIXME */ >> >> } >> > >> > Something like this would be preferable except it's not quite so >&g...
2015 Sep 12
0
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...ess > + * server_ip - boot server IP address, REVIEW ME FIXME > * net_mask - network mask > * gate_way - default gateway router IP > * boot_file - boot file name > @@ -252,4 +252,6 @@ void parse_dhcp(const void *pkt, size_t pkt_len, int pkt_type) > > if (over_load & 2) > parse_dhcp_options(dhcp->sname, 64, 0); > + > + /* What about option 66, tftserver_name ? FIXME */ > } Something like this would be preferable except it's not quite so simple. We'd need to not store BOOTP siaddr before parsing. Store a pointer to...
2016 Jan 07
0
Domain name search path use during PXE booting
...4 07:58:18.158206039 > +0000 > @@ -7,6 +7,11 @@ > #include "pxe.h" > > char LocalDomain[256]; > +/* > + * DomainSearch contains a list of null terminated domain names > + * An empty string terminates the list > + */ > +char DomainSearch[257]; > > int over_load; > uint8_t uuid_type; > @@ -133,6 +138,135 @@ static void pxelinux_reboottime(const vo > DHCPMagic |= 8; /* Got reboot time */ > } > > +/* > + * See RFC1035 section 4.1.3 for the format of the domain name as it's a > compact format. > + */ > +static void...
2016 Jan 08
1
Domain name search path use during PXE booting
...-7,6 +7,11 @@ >> #include "pxe.h" >> >> char LocalDomain[256]; >> +/* >> + * DomainSearch contains a list of null terminated domain names >> + * An empty string terminates the list >> + */ >> +char DomainSearch[257]; >> >> int over_load; >> uint8_t uuid_type; >> @@ -133,6 +138,135 @@ static void pxelinux_reboottime(const vo >> DHCPMagic |= 8; /* Got reboot time */ >> } >> >> +/* >> + * See RFC1035 section 4.1.3 for the format of the domain name as it's a >> compact for...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sat, Sep 12, 2015 at 7:08 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Sat, Sep 12, 2015 at 5:54 AM, Teun Docter > <teun.docter at brightcomputing.com> wrote: >> On 2015-09-12 04:58, Gene Cumm wrote: >>>> >>>> I've captured the following DHCP ACK: >>>> >>>> 10.141.20.1.bootps > 10.141.20.2.bootpc: [udp sum ok]