Handle multiple underlying devices of a bridge
authorCong Wang <xiyou.wangcong@gmail.com>
Thu, 31 May 2012 14:07:38 +0000 (22:07 +0800)
committerHarald Hoyer <harald@redhat.com>
Mon, 4 Jun 2012 09:06:53 +0000 (11:06 +0200)
commit21928b97b0c7a182161e2ea726d57dc9019dcafb
treeb5b7a7a89d39775602c016304f811ce075568316
parente82e54df2c7579efac722556b612b81fd19a3e5f
Handle multiple underlying devices of a bridge

A bridge device with only one underlying ethernet device is almost
useless, for sure we want to support a bridge with multiple
underlying devices.

This patch adds the support by extending <ethname> in the original
bridge= cmdline to a comma-separated list of ethernet interfaces.

Cc: Harald Hoyer <harald@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
dracut.cmdline.7.asc
modules.d/40network/ifup.sh
modules.d/40network/net-genrules.sh
modules.d/40network/parse-bridge.sh