[PATCH] Fix broken ip= parsing
- From: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
- Date: Sat, 29 Dec 2007 18:08:49 +0100 (CET)
Commit a6c05c3d064dbb83be88cba3189beb5db9d2dfc3 breaks ip= parsing
completly, because ic_enable is never set. The patch below puts
back the way ic_enable was set before.
Signed-off-by: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
---
net/ipv4/ipconfig.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c
index 420f56a..4266528 100644
--- a/net/ipv4/ipconfig.c
+++ b/net/ipv4/ipconfig.c
@@ -1440,6 +1440,7 @@ static int __init ip_auto_config_setup(char *addrs)
int num = 0;
ic_set_manually = 1;
+ ic_enable = *addrs;
if (ic_proto_name(addrs))
return 1;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] Fix broken ip= parsing
- From: David Miller
- Re: [PATCH] Fix broken ip= parsing
- From: Adrian McMenamin
- Re: [PATCH] Fix broken ip= parsing
- Prev by Date: Re: [PATCH 01/12] Use mutex instead of semaphore in driver core
- Next by Date: Re: WARNING: at kernel/lockdep.c:2658 check_flags()
- Previous by thread: WARNING: at kernel/lockdep.c:2658 check_flags()
- Next by thread: Re: [PATCH] Fix broken ip= parsing
- Index(es):
Relevant Pages
|