]> git.pld-linux.org Git - projects/rc-scripts.git/commit
Fix bonding and actually enable ETHTOOL_OPTS
authorMariusz Mazur <mmazur@axeos.com>
Thu, 22 Jan 2015 15:39:12 +0000 (16:39 +0100)
committerMariusz Mazur <mmazur@axeos.com>
Thu, 22 Jan 2015 15:49:40 +0000 (16:49 +0100)
commit8eae0d9c80f5755f141cdb9622ae3673c81fe25f
treea99e0bceafbd8610e83f02df0fa6abf419266313
parent8a33278df32a9c5b63ce1fa943f4a6ec991f1eb8
Fix bonding and actually enable ETHTOOL_OPTS

1. Applying ETHTOOL_OPTS was inside a code block only run for bond
slaves. This is now fixed.
2. Dependency on 'ifenslave' for bonding device configuration was
dropped. Use iproute2 instead.
3. ifup/ifdown behavior for bondX and enslaved devices was fixed. Both
commands should be symmetrical: running 'ifdown SOMEIF; ifup SOMEIF'
should get SOMEIF as close to what its state was before ifdown as is
possible. This was very not the case.
lib/ifdown
lib/ifup
This page took 0.430732 seconds and 4 git commands to generate.