summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/bond
AgeCommit message (Collapse)AuthorFilesLines
2014-03-01port bonding from ifenslave to iproute2ajs124_desk1-5/+3
Ifenslave is deprecated according to the kernel documentation: https://www.kernel.org/doc/Documentation/networking/bonding.txt It also added an additional, unnecessary dependency. I tried to update the documentation to reflect this change.
2014-02-27Uniform adding and deleting of interfacesJouke Witteveen1-3/+2
The main benefit is the possibility to use interface hooks for links that are created at runtime.
2014-02-25Code style and output improvementsJouke Witteveen1-1/+1
Now a bit more verbose when useful.
2013-06-16Fix default interface bindings (third time)Jouke Witteveen1-1/+1
The declare builtin defaults to making variables local. Previous attempts: 711c46457ae9fef52c7c529d89c67d0d526f73ef e8210827fd59e4539a70af55cb452b211633fedd
2013-05-06Improve array handlingJouke Witteveen1-1/+1
When interpreted as an array, the empty string represents a 1-element array consisting of the empty string. This is actually very reasonable. Reported by: Thomas Bächler <thomas@archlinux.org>
2013-04-10Uniformize modelinesJouke Witteveen1-1/+1
2013-03-22More possibilities for connection scriptsJouke Witteveen1-0/+1
This allows connection scripts to provide defaults, among other things.
2013-03-18Unhardcode pathsJouke Witteveen1-1/+1
Remove distribution-specific paths (and allow overrides).
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-23/+18
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+40
This commit contains the moving of files.