Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-09 Thread Tom Rini
On Thu, Nov 09, 2023 at 02:35:40PM -0700, Heinrich Schuchardt wrote: > > > Am 9. November 2023 14:04:40 GMT-07:00 schrieb Tom Rini : > >On Wed, Nov 08, 2023 at 12:24:24PM +, Peter Robinson wrote: > >> > > > > > > Allow dhcp server pass pxe config file full path by using > >> > > > > > >

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-09 Thread Heinrich Schuchardt
Am 9. November 2023 14:04:40 GMT-07:00 schrieb Tom Rini : >On Wed, Nov 08, 2023 at 12:24:24PM +, Peter Robinson wrote: >> > > > > > > Allow dhcp server pass pxe config file full path by using option >> > > > > > > 209 >> > > > > > > >> > > > > > > Signed-off-by: Sean Edmond >> > > > > > >

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-09 Thread Tom Rini
On Wed, Nov 08, 2023 at 12:24:24PM +, Peter Robinson wrote: > > > > > > > Allow dhcp server pass pxe config file full path by using option > > > > > > > 209 > > > > > > > > > > > > > > Signed-off-by: Sean Edmond > > > > > > > --- > > > > > > > cmd/Kconfig | 4 > > > > > > >

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-08 Thread Peter Robinson
> > > > > > Allow dhcp server pass pxe config file full path by using option 209 > > > > > > > > > > > > Signed-off-by: Sean Edmond > > > > > > --- > > > > > > cmd/Kconfig | 4 > > > > > > cmd/pxe.c | 10 ++ > > > > > > net/bootp.c | 21 + > > > > > > 3

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-07 Thread Tom Rini
On Tue, Nov 07, 2023 at 03:50:06PM -0800, Sean Edmond wrote: > > On 2023-11-04 12:53 a.m., Heinrich Schuchardt wrote: > > On 11/4/23 03:03, Sean Edmond wrote: > > > > > > On 2023-10-23 10:54 p.m., Heinrich Schuchardt wrote: > > > > On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: > > > >

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-07 Thread Sean Edmond
On 2023-11-04 12:53 a.m., Heinrich Schuchardt wrote: On 11/4/23 03:03, Sean Edmond wrote: On 2023-10-23 10:54 p.m., Heinrich Schuchardt wrote: On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: From: Sean Edmond Allow dhcp server pass pxe config file full path by using option 209

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-04 Thread Heinrich Schuchardt
On 11/4/23 03:03, Sean Edmond wrote: On 2023-10-23 10:54 p.m., Heinrich Schuchardt wrote: On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: From: Sean Edmond Allow dhcp server pass pxe config file full path by using option 209 Signed-off-by: Sean Edmond ---   cmd/Kconfig |  4  

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-11-03 Thread Sean Edmond
On 2023-10-23 10:54 p.m., Heinrich Schuchardt wrote: On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: From: Sean Edmond Allow dhcp server pass pxe config file full path by using option 209 Signed-off-by: Sean Edmond ---   cmd/Kconfig |  4   cmd/pxe.c   | 10 ++  

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-10-24 Thread Peter Robinson
On Tue, Oct 24, 2023 at 1:30 PM Heinrich Schuchardt wrote: > > On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: > > From: Sean Edmond > > > > Allow dhcp server pass pxe config file full path by using option 209 > > > > Signed-off-by: Sean Edmond > > --- > > cmd/Kconfig | 4 > >

Re: [PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-10-23 Thread Heinrich Schuchardt
On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote: From: Sean Edmond Allow dhcp server pass pxe config file full path by using option 209 Signed-off-by: Sean Edmond --- cmd/Kconfig | 4 cmd/pxe.c | 10 ++ net/bootp.c | 21 + 3 files changed, 35

[PATCH v2 1/3] net: Get pxe config file from dhcp option 209

2023-10-23 Thread seanedmond
From: Sean Edmond Allow dhcp server pass pxe config file full path by using option 209 Signed-off-by: Sean Edmond --- cmd/Kconfig | 4 cmd/pxe.c | 10 ++ net/bootp.c | 21 + 3 files changed, 35 insertions(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index