[PATCH 2.6.21.1] ipconfig: add support for multiple user devs

2007-06-27 Thread Sean Kormilo
Update ipconfig to enable users to specify multiple devices on the kernel commandline ip= option. This allows for an arbitrary number of devices to be specified up-to a 255 character limit. Devices are separated by a '/' character. For example, to limit autoconfig requests to eth0 and eth2:

[PATCH 2.6.21.1] ipconfig: add support for multiple user devs

2007-06-27 Thread Sean Kormilo
Update ipconfig to enable users to specify multiple devices on the kernel commandline ip= option. This allows for an arbitrary number of devices to be specified up-to a 255 character limit. Devices are separated by a '/' character. For example, to limit autoconfig requests to eth0 and eth2:

Re: [PATCH 2.6.21.1] ipconfig: add support for multiple user devs

2007-06-26 Thread David Miller
From: "Sean Kormilo" <[EMAIL PROTECTED]> Date: Thu, 17 May 2007 15:16:12 -0400 > Update ipconfig to enable users to specify multiple devices on the kernel > commandline > ip= option. This allows for up-to 4 devices to be specified, with devices > separated by > a '/' character. For example, to

[PATCH 2.6.21.1] ipconfig: add support for multiple user devs

2007-05-17 Thread Sean Kormilo
Update ipconfig to enable users to specify multiple devices on the kernel commandline ip= option. This allows for up-to 4 devices to be specified, with devices separated by a '/' character. For example, to limit autoconfig requests to eth0 and eth2: ip=:eth0/eth2:DHCP This is requi