Re: [PATCH] Configure MTU via kernel DHCP

2005-02-04 Thread Shane Hathaway
Hans-Peter Jansen wrote: On Thursday 03 February 2005 05:47, Shane Hathaway wrote: The attached patch enhances the kernel's DHCP client support (in net/ipv4/ipconfig.c) to set the interface MTU if provided by the DHCP server. Without this patch, it's difficult to netboot on a network that uses

Re: [PATCH] Configure MTU via kernel DHCP

2005-02-04 Thread Shane Hathaway
Hans-Peter Jansen wrote: On Thursday 03 February 2005 05:47, Shane Hathaway wrote: The attached patch enhances the kernel's DHCP client support (in net/ipv4/ipconfig.c) to set the interface MTU if provided by the DHCP server. Without this patch, it's difficult to netboot on a network that uses

Re: [PATCH] Configure MTU via kernel DHCP

2005-02-03 Thread Shane Hathaway
Herbert Xu wrote: Shane Hathaway <[EMAIL PROTECTED]> wrote: The attached patch enhances the kernel's DHCP client support (in net/ipv4/ipconfig.c) to set the interface MTU if provided by the DHCP server. Without this patch, it's difficult to netboot on a network that uses jumbo

Re: [PATCH] Configure MTU via kernel DHCP

2005-02-03 Thread Shane Hathaway
Herbert Xu wrote: Shane Hathaway [EMAIL PROTECTED] wrote: The attached patch enhances the kernel's DHCP client support (in net/ipv4/ipconfig.c) to set the interface MTU if provided by the DHCP server. Without this patch, it's difficult to netboot on a network that uses jumbo frames. The patch

[PATCH] Configure MTU via kernel DHCP

2005-02-02 Thread Shane Hathaway
The attached patch enhances the kernel's DHCP client support (in net/ipv4/ipconfig.c) to set the interface MTU if provided by the DHCP server. Without this patch, it's difficult to netboot on a network that uses jumbo frames. The patch is based on 2.6.10, but I'll update it to the latest

[PATCH] Configure MTU via kernel DHCP

2005-02-02 Thread Shane Hathaway
The attached patch enhances the kernel's DHCP client support (in net/ipv4/ipconfig.c) to set the interface MTU if provided by the DHCP server. Without this patch, it's difficult to netboot on a network that uses jumbo frames. The patch is based on 2.6.10, but I'll update it to the latest