Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-03-03 | Need to setup bonding before ethernet | Stephen Hemminger | |
2009-03-03 | Use check option to vyatta-interfaces.pl | Stephen Hemminger | |
Eliminate checks in template in favor of doing it in one place in vyatta-interfaces.pl code. | |||
2009-03-03 | Use vyatta-interfaces to generate allowed list | Stephen Hemminger | |
2009-03-02 | added fix for nested priority and deletion failure. also priorities should ↵ | slioch | |
not reside on node.tags, but on parent (node name of multinode)--this is to prevent priorities splitting behaviors between different priorities on multinodes. | |||
2009-03-02 | Need to do bridge before ethernet | Stephen Hemminger | |
The way bridging works, bridge needs to be made first. | |||
2009-03-02 | Rearrange interfaces in priority table | Stephen Hemminger | |
Put physical devices (ethernet, serial, etc) before virtual devices that get created from those devices (bonding, bridging). | |||
2009-03-02 | Fix delete of VIF | Stephen Hemminger | |
Syntax is not the same for 'ip link delete' | |||
2009-03-02 | Use iproute link to setup vif | Stephen Hemminger | |
Bug 3779 Simpler to use 'ip link' command. | |||
2009-02-26 | added protocols to root nodes at end of priority listing. | slioch | |
2009-02-25 | Add bgp priority. | Stig Thormodsrud | |
2009-02-25 | cosmetic changes, and better to not leave interfaces root node under default ↵ | slioch | |
priority. | |||
2009-02-25 | Change protocols to protocols/snmp | Stephen Hemminger | |
The protocols node it self is empty, but there is one child that needs to have late priority (snmp), so make it clearer | |||
2009-02-24 | Adjust priorities | Stephen Hemminger | |
1. Add ripng and ospf3 2. For protocols parameters always come after protocol | |||
2009-02-20 | move ospf/rip before interface | Stephen Hemminger | |
2009-02-19 | adjust priority file to push root nodes of protocol before sub nodes to ↵ | slioch | |
ensure that daemons stop/stop are handled in correct order. OSPF priority changes are ugly and needs to be fixed either in priority notation, or move start/stop to parameters (which probably isn't that intuitive). | |||
2009-02-19 | changes in priority to support bgp process start/stop. | slioch | |