Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-01-04 | Do loopback before other interfaces | Stephen Hemminger | |
Want to process loopback first, so any local addresses assigned to loopback are done. | |||
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-11-01 | Add priority for bonding vrrp nodes. | Stig Thormodsrud | |
2009-10-31 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood | Stig Thormodsrud | |
2009-10-31 | added missed vrrp priorities. | slioch | |
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-20 | move priority after multi tags | 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 | 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-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 | 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 ability to add vif to macvlan | Stephen Hemminger | |
Macvlan and vlan tagging doesn't work right in the kernel (2.6.29) so wait till it is fixed upstream. (cherry picked from commit aaed494ef8bbe580da4d378e4844bb0203987d97) | |||
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-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-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-07-01 | Fix 'sh:1 error' in bug 4655. | Mark O'Brien | |
2009-06-14 | Fix 4579: There is no validation for vrrp virtual-address like the one for ↵ | Stig Thormodsrud | |
interfaces address. | |||
2009-06-01 | Fix deletion of pseudo-ethernet | Stephen Hemminger | |
Bug 4478 Incorrect syntax on ip link command. | |||
2009-05-30 | Change tunnel multicast from on/off to enable/disable. | Stig Thormodsrud | |
2009-05-25 | Allow multicast to be enabled on tunnel interfaces. | Jon Andersson | |
2009-05-25 | Fix 4430: Not possible to create tunnel on fluctating interfaces | Jon Andersson | |
2009-04-29 | Move virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |
Avoid name-conflict with Xen | |||
2009-04-24 | Add support for virtual-ethernet | Stephen Hemminger | |
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-31 | Set forwarding-delay when STP is enabled | Stephen Hemminger | |
If using STP then apply configured forwarding-delay or 15 if none specified. | |||
2009-03-31 | Turn off forwarding delay if STP is off | Stephen Hemminger | |
Bug 4226 There is no need for forwarding delay unless doing spanning tree. | |||
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 | Fix update of description | Stephen Hemminger | |
Bug 4249 | |||
2009-03-25 | Change "syntax" check to "commit" check for "bridge-group bridge". | Stig Thormodsrud | |
2009-03-24 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |
2009-03-24 | Change "syntax" check to a "commit" check. | Stig Thormodsrud | |
Seems like "syntax" check should only be done for thing related to the current node hierarchy. |