Browse Source

Merge pull request #277 from imran1008/bond-master-mtu

Set MTU on bond master as opposed to a bond slave
master
Harald Hoyer 7 years ago committed by GitHub
parent
commit
32618b456e
  1. 2
      modules.d/40network/ifup.sh

2
modules.d/40network/ifup.sh

@ -257,7 +257,7 @@ if [ -z "$NO_BOND_MASTER" ]; then @@ -257,7 +257,7 @@ if [ -z "$NO_BOND_MASTER" ]; then
done

# Set mtu on bond master
[ -n "$bondmtu" ] && ip link set mtu $bondmtu dev $netif
[ -n "$bondmtu" ] && ip link set mtu $bondmtu dev $bondname

# add the bits to setup the needed post enslavement parameters
for arg in $bondoptions ; do

Loading…
Cancel
Save