Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-16 | Tweak priority to get cluster before vpn. | Stig Thormodsrud | |
2009-03-12 | Tweak some priorities to get vlans created before vrrp. | Stig Thormodsrud | |
2009-03-03 | Need to setup bonding before ethernet | 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-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 | |
2009-02-18 | Remove no longer used protocol/disable entries | Stephen Hemminger | |
Also put newline at end of file | |||
2009-02-18 | need to add service to priority file. | slioch | |
2009-02-18 | removing incorrect placement of node.tag on firewall/group priority | slioch | |
2009-02-18 | fixed vrrp configuration error by placing vrrp under vif after vif interface ↵ | slioch | |
is created. this is a nested priority and can potentially cause a problem if the parent fails and the child succeeds. | |||
2009-02-17 | added additional debug output and fixed dumping of trans nodes to screen. ↵ | slioch | |
added default priorities in priorities file. also fixed bug where interface changes could sweep in portions of failed configuration on error. now fixed. | |||
2009-02-16 | change bgp disable node priority | Stephen Hemminger | |
2009-02-16 | Add hook for starting protocols | Stephen Hemminger | |
2009-02-13 | provide non-default priorities to load-balancing and cluster so these | slioch | |
nodes can be treated as separate transactions. | |||
2009-02-12 | removed priority specification for vrrp. checked with stig and it doesn't ↵ | slioch | |
sound like priorities are needed. also priority specified with new cli and vrrp script generated an error on vrrp changes file. | |||
2009-02-12 | typo on setting firewall group priority. | slioch | |
2009-02-12 | enable new cli. | slioch | |
2009-02-09 | fixed reversed priority for bgp parameters and | slioch | |
neighbors--order now agrees with configload.pm | |||
2008-12-23 | alter return check for dirctory copy on successful completion of node ↵ | slioch | |
processing. | |||
2008-12-15 | initial checkin of new commit code--building but does not replace original ↵ | slioch | |
commit. New commit may be accessed through my_commit2 binary. |