* bootp ip autoconfiguration disable
@ 2001-09-25 8:38 philippe
0 siblings, 0 replies; only message in thread
From: philippe @ 2001-09-25 8:38 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
Hi,
I have tried to compile a kernel (2.4.8) with bootp support.
i make
dd if=bzImage of=/dev/fd0
and i boot on the floppy.
(I have found some doc who say that work)
but for me ip configuration don't work, i haven't any bootp request.
I look at the file net/ipv4/ipconfig.c
I see that
int ic_enable __initdata = 0; /* IP config enabled? */
ic_enable is set in function ip_auto_config_setup
with
ic_enable = (*addrs &&
(strcmp(addrs, "off") != 0) &&
(strcmp(addrs, "none") != 0));
so i must pass an argument ?
how could I do that on my floppy ? there are nothing about that in doc ?
also if I change
int ic_enable __initdata = 0; /* IP config enabled? */
whit
int ic_enable __initdata = 1; /* IP config enabled? */
all seem work well, i have bootp request so why should i need this
argument ?
thank for any help
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-25 8:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-25 8:38 bootp ip autoconfiguration disable philippe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.