]> git.ipfire.org Git - thirdparty/dracut.git/commit
add bonding
authorVladislav Bogdanov <bubble@hoster-ok.com>
Mon, 18 Oct 2010 14:10:41 +0000 (16:10 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 18 Oct 2010 14:10:41 +0000 (16:10 +0200)
commit96fb9c8dd708dfbab9cf6515d9a450abb060e623
tree85fb1b3b221b0680c49071f3984dac2466afef70
parent6daac70e55760bfb808814cc7a1fa7c015a51a3f
add bonding

Format:
bond=<bondname>[:<bondslaves>:[:<options>]]

bondslaves is a comma-separated list of physical (ethernet) interfaces.

options is a comma-separated list on bonding options (modinfo bonding for
details) in format compatible with initscripts.

If options include multi-valued arp_ip_target option, then its values
should be separated by semicolon.

bond without parameters assumes bond=bond0:eth0,eth1:balance-rr
modules.d/40network/check
modules.d/40network/ifup
modules.d/40network/install
modules.d/40network/installkernel
modules.d/40network/net-genrules.sh
modules.d/40network/parse-bond.sh [new file with mode: 0644]
modules.d/40network/parse-bridge.sh
modules.d/45ifcfg/write-ifcfg.sh