Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | Set primary interface after bond-group is initialized | Stephen Hemminger | |
Bug 4977 Need to wait to set/check bond primary device until after it is put in bond group. | |||
2010-02-18 | Fix Bug 5064 can't delete bridge group and membership in one commit | Mohit Mehta | |
* fix this for eth, eth.vif, bond, bond.vif interfaces * also, bridge-group code for bonding interfaces wasn't changed with commit ec080f99 that re-strucutred bridging code in eth and eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif interfaces is now similar to the fix for 4708 | |||
2009-11-01 | Add priority for bonding vrrp nodes. | Stig Thormodsrud | |
2009-10-31 | Add VRRP capability to bonding interfaces and vifs of bonding interfaces. | David S. Madole | |
2009-10-22 | Fix description of vif bonding | Stephen Hemminger | |
Other half of Bug 5014 | |||
2009-10-21 | move priority after tag nodes. | slioch | |
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-09-09 | Allow null description on device | Stephen Hemminger | |
Bug 4918 | |||
2009-08-04 | Remove slaves before changing mode | Stephen Hemminger | |
Since kernel driver does not handle mode changes properly. Workaround by removing slaves (and readding) before changing mode. Bug 4758 | |||
2009-08-04 | Bonding: load module with MII monitor enabled | Stephen Hemminger | |
Unless miimon parameter is set, bonding device won't watch for link changes (which makes it useless for any backup modes). | |||
2009-07-17 | Fix descriptions with meta-characters | Stephen Hemminger | |
Bug 4672 Use ip command rather than sysfs to avoid quoting issues (cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433) | |||
2009-07-17 | Allow disable of bonding interface with VIF | Stephen Hemminger | |
bug 4694 No reason to block disabling bonding interface with VIF Kernel handles it fine. (cherry picked from commit 3c76bd6b12dd211075d1dd689a2772c534ec7abe) | |||
2009-07-17 | Block creating vif until after slaves present | Stephen Hemminger | |
Workaround for bonding VLAN_CHALLENGED bug 4694 (cherry picked from commit ca8bff3d63074c52cf9b532eeec3a6a4cfe76722) | |||
2009-07-17 | Fix 'sh: line 1:' error ing bug 4655. | Mark O'Brien | |
(cherry picked from commit c43e9e86ea502c455dcffac10d50304d47cad8ba) | |||
2009-07-17 | Added link detect to ethernet bonded vlan interfaces. | Mark O'Brien | |
(bug 4656) (cherry picked from commit a054f90f492653c34d8c1c6443b1b132bc9fbc22) | |||
2009-07-17 | Fix help/completion for xor-hash | Stephen Hemminger | |
Bug 4513 (cherry picked from commit 037c5999e70345243ca1a4500a5e247109f54830) | |||
2009-07-17 | Use sysfs for bonding device control | An-Cheng Huang | |
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 | |||
2009-07-17 | Fix multi-nodes for address using update tag | Stephen Hemminger | |
Update makes no sense on a multi-valued node, only create or delete have meaning. (cherry picked from commit 273c1418553a39dcb4417acbf70cb863c97d1ccd) | |||
2009-07-01 | Fix 'sh:1 error' in bug 4655. | Mark O'Brien | |
2009-04-20 | Move disable-link-detect out of vyatta-cfg-quagga to interfaces | Stephen Hemminger | |
Some interfaces have link-detect others do not, and vyatta-cfg-quagga is trying to handle generic case. | |||
2009-04-01 | Change "syntax" check to "commit" check for virtual interfaces. | Stig Thormodsrud | |
Change to use script for allowed values. | |||
2009-03-25 | Fix update of description | Stephen Hemminger | |
Bug 4249 | |||
2009-03-23 | Save interface description in kernel | Stephen Hemminger | |
2009-03-11 | Don't allow vif on disabled bonding interface | Stephen Hemminger | |
2009-03-11 | Fix delete of bonding vif | Stephen Hemminger | |
Need dev in argument | |||
2009-03-02 | Convert to bonding vif to use netlink. | Stephen Hemminger | |
2009-01-22 | Fix delete of bonding interface | Stephen Hemminger | |
Don't allow removal of a bonded device that still has slaves. Bug 4045 | |||
2009-01-12 | Bridge/bonding update to new syntax | Stephen Hemminger | |
Update to new syntax and remove unneeded CLI path. | |||
2008-12-05 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-12-05 | need full path to linkdetect | Stephen Hemminger | |
2008-12-03 | Merge branch 'islavista' into jenner | Rick Balocca | |
2008-12-03 | use vyatta-link-detect | Stephen Hemminger | |
2008-12-01 | Add correct help for bonding modes | Stephen Hemminger | |
Template did not match available bonding modes | |||
2008-11-19 | Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵ | Mohit Mehta | |
interface has been disabled in CLI | |||
2008-10-23 | Fix bad tab completion on interfaces/bonding | Stephen Hemminger | |
Can't use $VAR(../@) in allowed tag, it doesn't get expanded properly. | |||
2008-09-17 | Add support for bonding | Stephen Hemminger | |
Bugfix 3173 Add support for bonding device creation and adding slaves |