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:
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:
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
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