Forgot to attach these, apologies for that. Here they come. Cheers, Krzysztof
--- linux/net/ipv4/ipconfig.c.orig Sun Mar 25 18:31:12 2001 +++ linux/net/ipv4/ipconfig.c Sun Feb 17 20:42:32 2002 @@ -87,7 +87,7 @@ * Public IP configuration */ -int ic_enable __initdata = 0; /* IP config enabled? */ +int ic_enable __initdata = 1; /* IP config enabled? */ /* Protocol choice */ static int ic_proto_enabled __initdata = 0
--- linux/net/ipv4/ipconfig.c~ Sun Feb 17 20:29:00 2002 +++ linux/net/ipv4/ipconfig.c Sun Feb 17 20:35:27 2002 @@ -102,7 +102,7 @@ */ int ic_set_manually __initdata = 0; /* IPconfig parameters set manually */ -int ic_enable __initdata = 0; /* IP config enabled? */ +int ic_enable __initdata = 1; /* IP config enabled? */ /* Protocol choice */ int ic_proto_enabled __initdata = 0