Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-19 | Add ability to disable flow-control | Stephen Hemminger | |
Bug 4419 | |||
2009-08-12 | Add priority for wireless | Stephen Hemminger | |
Placeholder for wireless access point | |||
2009-07-31 | Another attempt to fix 4760. | Stig Thormodsrud | |
(cherry picked from commit 8c5310f8ec7a6a0d63aa9b60a37ce4134513bdc3) | |||
2009-07-31 | Revert "Fix [Bug 4760] New: members were removed after an in-use firewall group" | Stig Thormodsrud | |
This reverts commit 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa. The fix is worse than the problem. Since the cli doesn't do deletes in reverse, the addition priorities cause the parent to be deleted before the group members. | |||
2009-07-30 | Fix [Bug 4760] New: members were removed after an in-use firewall group | Stig Thormodsrud | |
failed to be deleted (cherry picked from commit 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa) | |||
2009-07-13 | Bugfix 4717: Remove duplicate entries in priority file. | Bob Gilligan | |
2009-07-10 | Fix duplicate bonding vif entry | Stephen Hemminger | |
Part of Bug 4717 (cherry picked from commit 56860b506e35da9e0f7ba25314e3b94ad03b5bf0) | |||
2009-07-10 | Add more system priorities so that 1 system failure doesn't affect | Stig Thormodsrud | |
others. (cherry picked from commit 9f94864f8b2920c66c436c3452f7283c0773521a) | |||
2009-07-08 | Use ip command rather than sysfs to set ifalias | Stephen Hemminger | |
Bug 4672 By using ip command instead of sysfs, avoid subshell quoting issues. (cherry picked from commit 1755bfab4b22cc822f96fb78a1e05392d5f07398) | |||
2009-07-08 | Start bonding vif after bond-group is created | Stephen Hemminger | |
Need bonded device to have slave devices to inherit VLAN_CHALLENGED property correctly (cherry picked from commit 9b3608eb80a26061004db394d7535706fd2bae0b) | |||
2009-07-08 | Updated bridging/bonding priorites. | Mark O'Brien | |
Fix bug 4673. (cherry picked from commit 35590240b908c8fbd4913990e5a1a75909ab9df2) | |||
2009-06-12 | Make sure interface name regex are anchored | Stephen Hemminger | |
Bug 4501 This solves the problem that 'show interfaces ethernet' also shows pseudo ethernet (peth0) device. The problem was that peth0 matched the regex since it was missing start/end. (cherry picked from commit 71fb6be3ac3d7ce3c7f08b1408c8c9a6b9fc0422) | |||
2009-06-12 | Manage speed duplex in vyatta-interfaces.pl | Stephen Hemminger | |
Move the speed/duplex setting into script where we can handle errors better, and avoid setting speed/duplex twice. (cherry picked from commit 330470f1f060f579434eb89469f4ed021c95449d) | |||
2009-06-12 | Allow delete of ethernet settings when device does not exist | Stephen Hemminger | |
More bug 3952 fixes (cherry picked from commit 2619f6c8fa01ab3ade6dfe6edb6815825c89cfd0) | |||
2009-06-12 | Handle speed/duplex settings better | Stephen Hemminger | |
Bugs 3952 and 3797 Make the ethtool settings management smarter. Don't try and set a device that has been unplugged (causing commit fail). Don't force autonegotiation if device is already in that mode. (cherry picked from commit ad4f2a101203e71076a3e23a0a2a093326927d45) | |||
2009-06-12 | Fix update on multi-node | Stephen Hemminger | |
update tag on loopback is incorrect since address is multi-value node. (cherry picked from commit cd119fead01c35eae68b3383a2ab12fb9f2d4767) | |||
2009-06-01 | Remove special case for interfaces ... /ip | Stephen Hemminger | |
Don't need OSPF/RIP parameters set after protocols/ospf anymore. Setting bandwidth, etc after OSPF could cause unnecessary flapping. | |||
2009-05-29 | Fix BGP priority | Stephen Hemminger | |
Bug 4404 Translation from old VyattaConfigLoad to new priority was incorrect. | |||
2009-05-28 | Remove priorities from unnecessary bgp steps | Stephen Hemminger | |
Many bgp nodes can just inherit from protocols/bgp | |||
2009-05-27 | Fix ordering of ospf | Stephen Hemminger | |
OSPF was listed twice, the first one was before interfaces were up so OSPF would not distribute. | |||
2009-05-21 | Simplify ospf/rip priority | Stephen Hemminger | |
Go back to prioritys the way they were done in earlier release. | |||
2009-05-21 | Update priority file | Stephen Hemminger | |
Add pseudo-ethernet and make sure bonding is in right place | |||
2009-05-21 | Only bring up VIF if real device is up | Stephen Hemminger | |
If real device is disabled, then can't bring up VIF. | |||
2009-05-21 | Allow creating vlan on disabled device | Stephen Hemminger | |
Other half of fix for Bug 4369 | |||
2009-04-29 | Fix spelling errors in priority file comments | Stephen Hemminger | |
2009-04-26 | Add more firewall priorities. | Stig Thormodsrud | |
2009-04-20 | Move disable-link-detect from vytta-cfg-quagga to here | Stephen Hemminger | |
Since some interfaces have link-detect and others do not, move the template from the generic generated templates to the specific configuration. | |||
2009-04-13 | Add separate priority for 4 firewall trees, since the "end" processing | Stig Thormodsrud | |
has moved down a level. | |||
2009-04-07 | add priorities and ranks for zone based firewall | Mohit Mehta | |
2009-04-03 | maintain increasing order of priority file | Mohit Mehta | |
2009-04-03 | Fix cut/paste syntax of priority which is different than rank. | Stig Thormodsrud | |
Functionality seems to still work, but better to be consistent with the rest of the file. | |||
2009-04-01 | Add more service priorities so one service can fail without affecting | Stig Thormodsrud | |
others. | |||
2009-03-30 | Remove duplicate priorities for ethernet/vif. | Stig Thormodsrud | |
In the future it would be good if the cli flagged duplicate priorities. | |||
2009-03-28 | Add all the new ip/ipv6 ospf/rip parameters | Stephen Hemminger | |
2009-03-25 | Add priorities to create vif before trying to add bridge-group to vif. | Stig Thormodsrud | |
2009-03-25 | Update comments in priority file. | Bob Gilligan | |
2009-03-25 | Added explanatory comments to the priority file. | Bob Gilligan | |
2009-03-25 | Fix update of interface description | Stephen Hemminger | |
Bug 4249 | |||
2009-03-23 | add ipv6 interface priority | Stephen Hemminger | |
2009-03-23 | Move interface metric configuration until after protocols | Stephen Hemminger | |
Need OSPF before configure ospf metrics, etc... | |||
2009-03-23 | Store description in ifalias | Stephen Hemminger | |
Use new kernel field to store description. | |||
2009-03-16 | Tweak priority to get cluster before vpn. | Stig Thormodsrud | |
2009-03-12 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Stig Thormodsrud | |
2009-03-12 | Tweak some priorities to get vlans created before vrrp. | Stig Thormodsrud | |
2009-03-12 | Use create rather than update on multi-node (loopback) | Stephen Hemminger | |
2009-03-11 | Fix argument to show-interfaces to find vif | Stephen Hemminger | |
Need to do show=all | |||
2009-03-11 | Fix vif delete | Stephen Hemminger | |
Need 'dev' in argument to ip link | |||
2009-03-11 | Block disabling interface with VIF | Stephen Hemminger | |
If interface with VIF is disabled, then it would fail on next boot when VIF's were created. | |||
2009-03-11 | Disable creating vlan on disabled interface | Stephen Hemminger | |
Print message and fail commit if interface is disabled. | |||
2009-03-09 | Change tag node to use 'create' instead of 'update' since the cli orders ↵ | Stig Thormodsrud | |
them differently. |