Age | Commit message (Collapse) | Author |
|
|
|
Rename the smp_affinity config option to smp-affinity in line with the
standard option naming convention.
Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18
|
|
Don't allow configuring bonding or bridging if pseudo-ethernet
is in use.
|
|
Add missing check to prevent adding interface with VRRP defined
to be add to a bond-group.
|
|
(cherry picked from commit c78c504b6a63b2af51ae02f51cf1c447dd945818)
|
|
Was using 'smp_affinity' where code meant 'get_irq_affinity'
|
|
Bug 6947
When adding device to bond-group, restore smp affinity
|
|
Don't allow putting bridge port into bond-group (and vice-versa).
|
|
Move check for address and state of slave to commit which
allows for better error message.
|
|
Bug 4745
Don't allow interface with address to be added to bond
|
|
|
|
Turns out link must be down to change hash policy
|
|
Bug 5061
Force device back to up state when leaving bond group.
|
|
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.
|
|
Simpler version of bug 4647 fix.
(cherry picked from commit 9f4e8c1deba76ef81878551040f16180baaf23be)
|
|
This reverts commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37.
Use proper perl (ie. undefined) rather than a a sentinel value!
(cherry picked from commit 7c681e2a62388ead8ad2e74a76ff1b0ae386f78f)
|
|
* bug 4647
* scripts/vyatta-bonding.pl
(cherry picked from commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37)
|
|
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.
(cherry picked from commit 47f054cb196959bb79960f3b6c1524b4ff7d32a8)
Conflicts:
templates/interfaces/bonding/node.def
|
|
Slave devices need to be added by config not by script
Bug 4085
|
|
|
|
|
|
Bugfix 3173
Add support for bonding device creation and adding slaves
|