Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-09 | Bugfix 5021: Make smp_affinity configuration tolerant of failures. | Bob Gilligan | |
2010-02-21 | Fix 5157: dhcpclient doesn't work when alternative mac address specified on ↵ | Stig Thormodsrud | |
bootup | |||
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 | |||
2010-02-16 | Use template to do syntax checks on ethernet device name | Stephen Hemminger | |
Bug 5256 Going out to perl to repeatedly validate ethernet device name slows down adding VLAN's and other operations with lots of sub-devices. | |||
2010-02-16 | Check current status (not configured value) when enabling vlan device | Stephen Hemminger | |
2010-02-16 | Speed up VIF creation | Stephen Hemminger | |
The overhead of compiling perl script repeatedly slows down VIF creation | |||
2010-01-19 | Bugfix 5162: Make disabling flow control work at boot time. | Bob Gilligan | |
We need to delay disabling flow control in the sequence of events until after the interface address has been set. An additional benefit of adding a "priority" field is that interface configuration will not fail if the attempt to disable flow control fails for some reason. | |||
2009-12-21 | Move interface support from vyatta-cfg to vyatta-cfg-system | Stephen Hemminger | |
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg | |||
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-11-02 | Fix 5063: committing "set interfaces ethernet <> bridge-group bridge <>" ↵ | Stig Thormodsrud | |
got "invalid variable reference (invalid format)" - need extra escape magic to call vyatta-cli-expand-var.pl. | |||
2009-10-31 | added missed vrrp priorities. | slioch | |
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-08-04 | Fix bonding group setup | Stephen Hemminger | |
The last change broke bond-group setup. | |||
2009-08-04 | BONDING: handle change of bond-group | Stephen Hemminger | |
Use similar action to new bridge-group Bug 4768 | |||
2009-08-04 | BONDING: handle change of bond-group | Stephen Hemminger | |
Use similar action to new bridge-group Bug 4768 | |||
2009-07-17 | Change interface state to down, add to bond group, change state to up. | Mark O'Brien | |
(cherry picked from commit ed127b43756dfe852cff453ac8d8a72c01cbefd2) | |||
2009-07-17 | Convert bonding to use sysfs instead of ifenslave | Stephen Hemminger | |
ifenslave is the old way, and may not be supported in future. Use sysfs instead to add/delete slaves. (cherry picked from commit 0bd1cd12ccb047afce7444f5728fc3bbc3f328a5) | |||
2009-07-17 | Remove invalid buried templates | Stephen Hemminger | |
These are all templates that do nothing in current config and only contain a useless help: value. (cherry picked from commit d932a2d53618d38a3a5d4c668e18fc5920e0ad6b) | |||
2009-07-14 | Bugfix 4708: Re-structure to avoid using "update" in non-leaf valueless nodes. | Bob Gilligan | |
This change cleans up the bridging configuration, uses the new COMMIT_ACTION environment variable, and avoids using state files to pass information between templates. | |||
2009-06-14 | Fix 4579: There is no validation for vrrp virtual-address like the one for ↵ | Stig Thormodsrud | |
interfaces address. | |||
2009-04-01 | Change "syntax" check to "commit" check for virtual interfaces. | Stig Thormodsrud | |
Change to use script for allowed values. | |||
2009-03-25 | Add "interface ethernet <> bridge-group bridge" update tag in addition to ↵ | Stig Thormodsrud | |
create tag. | |||
2009-03-25 | Change bridge check from "syntax" to "create". | Stig Thormodsrud | |
Change allowed tag to use new interface check. | |||
2009-03-25 | Change "syntax" check to "commit" check for "bridge-group bridge". | Stig Thormodsrud | |
2009-03-03 | Use vyatta-interfaces.pl to check bridge validity | Stephen Hemminger | |
2009-03-03 | Use vyatta-interfaces.pl to show available bonding devices | Stephen Hemminger | |
2009-03-01 | Fix 4152: Add support for VRRP operation on unnumbered interfaces | Stig Thormodsrud | |
2009-02-28 | Fix 3778: vrrp should allow prefix to be included with the virtual-address | Stig Thormodsrud | |
2008-09-17 | Add support for bonding | Stephen Hemminger | |
Bugfix 3173 Add support for bonding device creation and adding slaves | |||
2008-07-13 | Fix 3460: vrrp authentication error msg is wrong | Stig Thormodsrud | |
2008-06-25 | Add cli to enable proxy arp on a interface. | Stig Thormodsrud | |
2008-06-19 | Fix 2030: Enhancement: VRRP preemption hold down timer | Stig Thormodsrud | |
2008-06-11 | Fix 1818: Add disable option to vrrp. | Stig Thormodsrud | |
2008-04-25 | watchlink is no longer used | Stephen Hemminger | |
Remove the watchlink exclude hooks | |||
2008-04-17 | Fix 3148: can't delete bridge interface | Stig Thormodsrud | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: templates/interfaces/bridge/node.def templates/interfaces/ethernet/node.tag/bridge-group/node.def | |||
2008-04-14 | Fix 3148: can't delete bridge interface | Stig Thormodsrud | |
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
-help strings standardized in vyatta-cfg-system | |||
2008-04-04 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-03 | Fix 3086: VRRP only allows up to 20 virtual IPs | Stig Thormodsrud | |
2008-04-02 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: debian/control | |||
2008-03-31 | Add vrrp vip addresses to watchlink exclude file. | Stig Thormodsrud | |
2008-03-20 | Fix Bug 2778 VRRP: add ability to run scripts on state transition | Mohit Mehta | |
- enhancement added: configuring of scripts to run on vrrp state-transitions | |||
2008-02-26 | Fix 2877: Bridge group can not be assiged to vif sub interfaceZ | Stig Thormodsrud | |
2008-02-14 | Fix 2819 Plain-text authentication should be identified as such. | Stig Thormodsrud | |
2008-02-01 | - Fix 2745: bridge-group cost - syntax error | Stig Thormodsrud | |
- Fix 2746: bridge-group priority - syntax error - Add comp_help strings - Change bridge-group to a transaction node | |||
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-21 | All vrrp to be configured on vif | Stig Thormodsrud | |
2008-01-12 | Add vrrp sync group and fix authentication display | Stig Thormodsrud | |
2007-12-18 | Fix delete vrrp node (we really need symbolic names rather than relative path). | Stig Thormodsrud | |