All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H . J . Lu" <hjl@lucon.org>
To: alan@lxorguk.ukuu.org.uk
Cc: linux kernel <linux-kernel@vger.kernel.org>
Subject: PATCH: Enable IP PNP for 2.4.4-ac8
Date: Fri, 11 May 2001 16:24:12 -0700	[thread overview]
Message-ID: <20010511162412.A11896@lucon.org> (raw)

2.4.4-ac8 disables IP auto config by default even if CONFIG_IP_PNP is
defined.  Here is a patch.


H.J.
---
--- linux-2.4.4-ac8/net/ipv4/ipconfig.c.auto	Fri May 11 14:02:32 2001
+++ linux-2.4.4-ac8/net/ipv4/ipconfig.c	Fri May 11 15:26:25 2001
@@ -100,7 +100,11 @@
  */
 int ic_set_manually __initdata = 0;		/* IPconfig parameters set manually */
 
+#if defined(CONFIG_IP_PNP)
+int ic_enable __initdata = 1;			/* IP config enabled? */
+#else
 int ic_enable __initdata = 0;			/* IP config enabled? */
+#endif
 
 /* Protocol choice */
 int ic_proto_enabled __initdata = 0

             reply	other threads:[~2001-05-11 23:24 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-11 23:24 H . J . Lu [this message]
2001-05-11 23:28 ` PATCH: Enable IP PNP for 2.4.4-ac8 David S. Miller
2001-05-11 23:53   ` H . J . Lu
2001-05-13 16:31     ` Eric W. Biederman
2001-05-13 18:07       ` H . J . Lu
2001-05-13 19:24         ` Eric W. Biederman
2001-05-14  1:10           ` H . J . Lu
2001-05-14  1:24             ` Eric W. Biederman
2001-05-14  1:42               ` H . J . Lu
2001-05-14  3:03               ` David S. Miller
2001-05-14 10:52               ` David Woodhouse
2001-05-14  2:57             ` David S. Miller
2001-05-14  9:29         ` David Woodhouse
2001-05-14 15:08           ` Eric W. Biederman
2001-05-14 16:51           ` David Woodhouse
2001-05-14 17:20             ` Russell King
2001-05-15 13:21             ` Eric W. Biederman
2001-05-15 16:05               ` H . J . Lu

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=20010511162412.A11896@lucon.org \
    --to=hjl@lucon.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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.