]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.cmdline.7.asc: document bond mtu option
authorHarald Hoyer <harald@redhat.com>
Thu, 30 Mar 2017 09:14:46 +0000 (11:14 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 30 Mar 2017 09:14:46 +0000 (11:14 +0200)
dracut.cmdline.7.asc

index 89907b84f0241a6c18e712db61e4cd25d03453d0..ba7125c8c6a3df99ad90ce6f8b18ef8dacc3dc0c 100644 (file)
@@ -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=**__<bondname>__[:__<bondslaves>__:[:__<options>__]]::
+**bond=**__<bondname>__[:__<bondslaves>__:[:__<options>__[:<mtu>]]]::
     Setup bonding device <bondname> on top of <bondslaves>.
     <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> 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=**__<teammaster>__:__<teamslaves>__::