--- linux/net/ipv4/ipconfig.c Tue Oct 23 12:58:28 2001 +++ linux-fixed/net/ipv4/ipconfig.c Tue Oct 23 13:09:53 2001 @@ -605,6 +605,12 @@ *e++ = 17; /* Boot path */ *e++ = 40; e += 40; + + *e++ = 57; /* set extension buffer size for reply */ + *e++ = 2; + *e++ = 1; /* 128+236+8+20+14, see dhcpd sources */ + *e++ = 150; + *e++ = 255; /* End of the list */ }