summaryrefslogtreecommitdiffstats
path: root/src/connections/bond
AgeCommit message (Collapse)AuthorFilesLines
2012-10-12Fix bond connections (FS#31770)Jouke Witteveen1-1/+2
This commit removes an undocumented feature where IFACE_{UP,DOWN} would be evaluated when the interface is brought up or down. This functionality did not work as expected since the interface could potentially be brought up/down more than once in one netcfg invocation. This is apparent in the changes to the bonding code.
2012-07-14Revise simple connection scriptsJouke Witteveen1-3/+1
- make specifying IP optional for tuntap profiles (FS#30638) - ethernet_{up,down} takes care of bring_interface {up,down} - debugging updates: don't hide errors, they are useful
2012-07-05Remove unused status functionsJouke Witteveen1-8/+0
2012-03-01Code quality upgradeJouke Witteveen1-3/+3
This is what you get when Dave Reisner points you at some bash anti-patterns. Also in this commit: - updated documentation - bugfix revision of the IPv6 SLAAC address/route bug
2011-08-20bond: add example, fix missing quotes and typoRémy Oudompheng1-3/+3
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
2011-07-14bond: add minimal support for interface bonding (FS#24802)Rémy Oudompheng1-0/+49
Contributed-by: Byron Williams <byron@112percent.com> Signed-off-by: Rémy Oudompheng <remy@archlinux.org>