summaryrefslogtreecommitdiff
path: root/scripts/vyatta-bonding.pl
AgeCommit message (Collapse)Author
2009-07-31BONDING: fix error messagesStephen Hemminger
Fix error messages that will only occur if template is using script incorrectly.
2009-07-31BONDING: handle change of bond-groupStephen Hemminger
Use similar action to new bridge-group Bug 4768
2009-07-31bonding: remove primary slave lastStephen Hemminger
Need to remove the primary interface last, to avoid issues with bonding driver.
2009-07-28Handle case of bond device with no slavesStephen Hemminger
Bug 4761 Don't use uninitialized variable. Function should return empty undef unless slaves exist.
2009-07-27Remove slaves before changing modeStephen Hemminger
Since kernel driver does not handle mode changes properly. Workaround by removing slaves (and readding) before changing mode. Bug 4758
2009-07-07Allow round-robin to be selectedStephen Hemminger
Simpler version of bug 4647 fix.
2009-07-07Revert "Allow user to select round-robin mode."Stephen Hemminger
This reverts commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37. Use proper perl (ie. undefined) rather than a a sentinel value!
2009-07-01Allow user to select round-robin mode.Mark O'Brien
* bug 4647 * scripts/vyatta-bonding.pl
2009-06-08Use sysfs for bonding device controlStephen Hemminger
Bug 4511 Since loading bond module is broken in 2.6.29 or later kernel and the root cause is in sysfs/procfs which is a mess. Workaround the problem by loading bond module once and using sysfs.
2009-03-03Fix slave device startupStephen Hemminger
Slave devices need to be added by config not by script Bug 4085
2009-03-03Run through tidy for indentStephen Hemminger
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves