From: philippe <pamelant@nerim.net>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: bootp ip autoconfiguration disable
Date: 25 Sep 2001 10:38:33 +0200 [thread overview]
Message-ID: <1001407113.6756.35.camel@avior> (raw)
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
reply other threads:[~2001-09-25 8:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1001407113.6756.35.camel@avior \
--to=pamelant@nerim.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.