diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-02-19 20:43:23 -0800 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-02-19 20:43:23 -0800 |
commit | 292fc9f4722f343845df5e0875d1f32b6409efe1 (patch) | |
tree | adc8cbf260676bb14d4fd2f5554d32de530e6336 /templates/priority | |
parent | 6fbcdef5805b2745e06ad1e58b03a201418f9ad2 (diff) | |
download | vyatta-cfg-292fc9f4722f343845df5e0875d1f32b6409efe1.tar.gz vyatta-cfg-292fc9f4722f343845df5e0875d1f32b6409efe1.zip |
adjust priority file to push root nodes of protocol before sub nodes to 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).
Diffstat (limited to 'templates/priority')
-rw-r--r-- | templates/priority | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/templates/priority b/templates/priority index 17b22fd..465f575 100644 --- a/templates/priority +++ b/templates/priority @@ -16,10 +16,25 @@ 510 protocols/bgp/node.tag/parameters 520 protocols/bgp/node.tag/neighbor/node.tag 530 protocols/bgp/node.tag -600 protocols/ospf/parameters -610 protocols/ospf -620 protocols/rip -630 protocols +600 protocols/ospf +610 protocols/ospf/parameters +620 protocols/ospf/access-list +620 protocols/ospf/area +620 protocols/ospf/auto-cost +620 protocols/ospf/default-information +620 protocols/ospf/default-metric +620 protocols/ospf/distance +620 protocols/ospf/log-adjacency-changes +620 protocols/ospf/max-metric +620 protocols/ospf/mpls-te +620 protocols/ospf/neighbor +620 protocols/ospf/passive-interface +620 protocols/ospf/access-list +620 protocols/ospf/redistribute +620 protocols/ospf/refresh +620 protocols/ospf/timers +630 protocols/rip +640 protocols 700 vpn 800 interfaces/ethernet/node.tag/vif/node.tag/vrrp 900 cluster |