public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: Enable IP PNP for 2.4.4-ac8
@ 2001-05-11 23:24 H . J . Lu
  2001-05-11 23:28 ` David S. Miller
  0 siblings, 1 reply; 18+ messages in thread
From: H . J . Lu @ 2001-05-11 23:24 UTC (permalink / raw)
  To: alan; +Cc: linux kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2001-05-15 16:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-11 23:24 PATCH: Enable IP PNP for 2.4.4-ac8 H . J . Lu
2001-05-11 23:28 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox