Age | Commit message (Collapse) | Author |
|
Fix error messages that will only occur if template is using
script incorrectly.
|
|
Use similar action to new bridge-group
Bug 4768
|
|
Need to remove the primary interface last, to avoid issues
with bonding driver.
|
|
Bug 4761
Don't use uninitialized variable. Function should return empty undef
unless slaves exist.
|
|
Since kernel driver does not handle mode changes properly. Workaround
by removing slaves (and readding) before changing mode.
Bug 4758
|
|
Simpler version of bug 4647 fix.
|
|
This reverts commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37.
Use proper perl (ie. undefined) rather than a a sentinel value!
|
|
* bug 4647
* scripts/vyatta-bonding.pl
|
|
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.
|
|
Slave devices need to be added by config not by script
Bug 4085
|
|
|
|
|
|
Bugfix 3173
Add support for bonding device creation and adding slaves
|