From 65960fda7e33a9cd5e8ba5e32fba4fbda77508f1 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 30 Mar 2017 11:14:46 +0200 Subject: [PATCH] dracut.cmdline.7.asc: document bond mtu option --- dracut.cmdline.7.asc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 89907b84..ba7125c8 100644 --- a/dracut.cmdline.7.asc +++ b/dracut.cmdline.7.asc @@ -569,13 +569,14 @@ interface name. Better name it "bootnet" or "bluesocket". VLAN_PLUS_VID_NO_PAD (vlan5), DEV_PLUS_VID (eth0.0005), DEV_PLUS_VID_NO_PAD (eth0.5) -**bond=**____[:____:[:____]]:: +**bond=**____[:____:[:____[:]]]:: Setup bonding device on top of . is a comma-separated list of physical (ethernet) interfaces. is a comma-separated list on bonding options (modinfo bonding for details) in format compatible with initscripts. If includes multi-valued arp_ip_target option, then its values should be separated by - semicolon. Bond without parameters assumes + semicolon. if the mtu is specified, it will be set on the bond master. + Bond without parameters assumes bond=bond0:eth0,eth1:mode=balance-rr **team=**____:____::