]> git.ipfire.org Git - thirdparty/dracut.git/commit
Fix MTU on bond interface. 286/head
authorRobert LeBlanc <robert@leblancnet.us>
Thu, 21 Sep 2017 20:33:59 +0000 (14:33 -0600)
committerRobert LeBlanc <robert@leblancnet.us>
Thu, 21 Sep 2017 20:33:59 +0000 (14:33 -0600)
commitd0eabcab43f2c47ca38dba41453f97c6a7d362fc
tree1c66908b503ab6b580fe43744a0aec1d7c51de7c
parent424c065cd99cc9c35a92a68d34c161beff5f5497
Fix MTU on bond interface.

The MTU is only being set on the slave devices and the MTU of the
bonding master is not being updated. This updates the bonding master and
also changes the MTU on the slaves as expected.

Signed-Off-By: Robert LeBlanc <robert@leblancnet.us>
modules.d/40network/ifup.sh