Re: [SHOW-STOPPER] ISC DHCP still broken

Matthew Kirkwood (weejock@ferret.lmh.ox.ac.uk)
Mon, 14 Dec 1998 14:31:32 +0000 (GMT)


On Mon, 14 Dec 1998 thomasz@hostmaster.org wrote:

> Having the kernel reject an IP address of 0.0.0.0 breaks the ISCs DHCP
> client. During a Web-Search I couldnīt find any suitable solution for
> this.

setsockopt(fd, SOL_SOCKET, SO_BSDCOMPAT, (on=1, &on), sizeof(on));

or something does the trick. I thought that the ISC people had fixed
this.

Matthew.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/