From: Amos Waterland Date: Sun, 6 Jan 2008 07:23:06 +0000 (-0800) Subject: [IPV4] ipconfig: Fix regression in ip command line processing X-Git-Tag: v2.6.24-rc8~54^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ffb85dd33d62ac1dad8b44da62365f2aad413d;p=pandora-kernel.git [IPV4] ipconfig: Fix regression in ip command line processing The recent changes for ip command line processing fixed some problems but unfortunately broke some common usage scenarios. In current 2.6.24-rc6 the following command line results in no IP address assignment, which is surely a regression: ip=10.0.2.15::10.0.2.2:255.255.255.0::eth0:off Please find below a patch that works for all cases I can find. Signed-off-by: Amos Waterland Signed-off-by: David S. Miller --- Reading git-diff-tree failed