Re: [PATCH] Fix regression in ip command line processing

2008-01-06 Thread Simon Horman
On Sat, Jan 05, 2008 at 11:20:33PM -0800, David Miller wrote: > From: Amos Waterland <[EMAIL PROTECTED]> > Date: Sat, 5 Jan 2008 22:58:16 -0500 > > > ADDRESS ASSIGNED > > > > qemu -kernel x86/arch/i386/boot/bzImage /dev/zero -append "ip=on" > > qemu -kernel x86/arch/i386/boot/bzImage /dev/zero -a

Re: [PATCH] Fix regression in ip command line processing

2008-01-05 Thread David Miller
From: Amos Waterland <[EMAIL PROTECTED]> Date: Sat, 5 Jan 2008 22:58:16 -0500 > ADDRESS ASSIGNED > > qemu -kernel x86/arch/i386/boot/bzImage /dev/zero -append "ip=on" > qemu -kernel x86/arch/i386/boot/bzImage /dev/zero -append "ip=dhcp" > qemu -kernel x86/arch/i386/boot/bzImage /dev/zero -append

[PATCH] Fix regression in ip command line processing

2008-01-05 Thread Amos Waterland
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 fi