linux/drivers/block/aoe
Ed Cashin 4a6c9ee93c aoe: allow comma separator in aoe_iflist value
By default, the aoe driver uses any ethernet interface for AoE, but the
aoe_iflist module parameter provides a convenient way to limit AoE
traffic to a specific list of local network interfaces.

This change allows a list to be specified using the comma character as a
separator.  For example,

  modprobe aoe aoe_iflist=eth2,eth3

Before, it was inconvenient to get the quoting right in shell scripts
when setting aoe_iflist to have more than one network interface.

Signed-off-by: Ed Cashin <ecashin@coraid.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-12-17 17:15:26 -08:00
..
Makefile drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y 2011-01-19 08:25:02 -07:00
aoe.h aoe: allow comma separator in aoe_iflist value 2012-12-17 17:15:26 -08:00
aoeblk.c aoe: use dynamic number of remote ports for AoE storage target 2012-12-17 17:15:25 -08:00
aoechr.c aoe: whitespace cleanup 2012-12-17 17:15:24 -08:00
aoecmd.c aoe: allow user to disable target failure timeout 2012-12-17 17:15:25 -08:00
aoedev.c aoe: use dynamic number of remote ports for AoE storage target 2012-12-17 17:15:25 -08:00
aoemain.c aoe: whitespace cleanup 2012-12-17 17:15:24 -08:00
aoenet.c aoe: allow comma separator in aoe_iflist value 2012-12-17 17:15:26 -08:00