summaryrefslogtreecommitdiff
path: root/templates/priority
AgeCommit message (Collapse)Author
2009-10-09make snmp come up lastAn-Cheng Huang
2009-10-02Add priority nodes to start router advertisement daemon.Bob Gilligan
2009-09-11Fix Bug 4919 "service dns" branch of configuration file missing ...Mohit Mehta
* use new API to get active 'original + commited' values * split 'dns forwarding' and 'dns dynamic' into different priorities
2009-08-12Add priority for wirelessStephen Hemminger
Placeholder for wireless access point
2009-07-31Another attempt to fix 4760.Stig Thormodsrud
(cherry picked from commit 8c5310f8ec7a6a0d63aa9b60a37ce4134513bdc3)
2009-07-31Revert "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-30Fix [Bug 4760] New: members were removed after an in-use firewall groupStig Thormodsrud
failed to be deleted (cherry picked from commit 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa)
2009-07-13Bugfix 4717: Remove duplicate entries in priority file.Bob Gilligan
2009-07-10Fix duplicate bonding vif entryStephen Hemminger
Part of Bug 4717 (cherry picked from commit 56860b506e35da9e0f7ba25314e3b94ad03b5bf0)
2009-07-10Add more system priorities so that 1 system failure doesn't affectStig Thormodsrud
others. (cherry picked from commit 9f94864f8b2920c66c436c3452f7283c0773521a)
2009-07-08Start bonding vif after bond-group is createdStephen Hemminger
Need bonded device to have slave devices to inherit VLAN_CHALLENGED property correctly (cherry picked from commit 9b3608eb80a26061004db394d7535706fd2bae0b)
2009-07-08Updated bridging/bonding priorites.Mark O'Brien
Fix bug 4673. (cherry picked from commit 35590240b908c8fbd4913990e5a1a75909ab9df2)
2009-06-01Remove special case for interfaces ... /ipStephen Hemminger
Don't need OSPF/RIP parameters set after protocols/ospf anymore. Setting bandwidth, etc after OSPF could cause unnecessary flapping.
2009-05-29Fix BGP priorityStephen Hemminger
Bug 4404 Translation from old VyattaConfigLoad to new priority was incorrect.
2009-05-28Remove priorities from unnecessary bgp stepsStephen Hemminger
Many bgp nodes can just inherit from protocols/bgp
2009-05-27Fix ordering of ospfStephen Hemminger
OSPF was listed twice, the first one was before interfaces were up so OSPF would not distribute.
2009-05-21Simplify ospf/rip priorityStephen Hemminger
Go back to prioritys the way they were done in earlier release.
2009-05-21Update priority fileStephen Hemminger
Add pseudo-ethernet and make sure bonding is in right place
2009-04-29Fix spelling errors in priority file commentsStephen Hemminger
2009-04-26Add more firewall priorities.Stig Thormodsrud
2009-04-13Add separate priority for 4 firewall trees, since the "end" processingStig Thormodsrud
has moved down a level.
2009-04-07add priorities and ranks for zone based firewallMohit Mehta
2009-04-03maintain increasing order of priority fileMohit Mehta
2009-04-03Fix 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-01Add more service priorities so one service can fail without affectingStig Thormodsrud
others.
2009-03-30Remove duplicate priorities for ethernet/vif.Stig Thormodsrud
In the future it would be good if the cli flagged duplicate priorities.
2009-03-28Add all the new ip/ipv6 ospf/rip parametersStephen Hemminger
2009-03-25Add priorities to create vif before trying to add bridge-group to vif.Stig Thormodsrud
2009-03-25Update comments in priority file.Bob Gilligan
2009-03-25Added explanatory comments to the priority file.Bob Gilligan
2009-03-23add ipv6 interface priorityStephen Hemminger
2009-03-23Move interface metric configuration until after protocolsStephen Hemminger
Need OSPF before configure ospf metrics, etc...
2009-03-16Tweak priority to get cluster before vpn.Stig Thormodsrud
2009-03-12Tweak some priorities to get vlans created before vrrp.Stig Thormodsrud
2009-03-03Need to setup bonding before ethernetStephen Hemminger
2009-03-02added 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-02Need to do bridge before ethernetStephen Hemminger
The way bridging works, bridge needs to be made first.
2009-03-02Rearrange interfaces in priority tableStephen Hemminger
Put physical devices (ethernet, serial, etc) before virtual devices that get created from those devices (bonding, bridging).
2009-02-26added protocols to root nodes at end of priority listing.slioch
2009-02-25Add bgp priority.Stig Thormodsrud
2009-02-25cosmetic changes, and better to not leave interfaces root node under default ↵slioch
priority.
2009-02-25Change protocols to protocols/snmpStephen 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-24Adjust prioritiesStephen Hemminger
1. Add ripng and ospf3 2. For protocols parameters always come after protocol
2009-02-20move ospf/rip before interfaceStephen Hemminger
2009-02-19adjust 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-19changes in priority to support bgp process start/stop.slioch
2009-02-18Remove no longer used protocol/disable entriesStephen Hemminger
Also put newline at end of file
2009-02-18need to add service to priority file.slioch
2009-02-18removing incorrect placement of node.tag on firewall/group priorityslioch
2009-02-18fixed 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.