diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-27 15:59:34 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-27 15:59:34 -0700 |
commit | 2b43b0fb00d160a5c0ba0f8b6880e29117803815 (patch) | |
tree | 216e53522dfc6694861b079ce497fa8c06d1fbcd /templates | |
parent | a16a81ffeac475584707a2fe6bbf2e3e388b54df (diff) | |
download | vyatta-cfg-2b43b0fb00d160a5c0ba0f8b6880e29117803815.tar.gz vyatta-cfg-2b43b0fb00d160a5c0ba0f8b6880e29117803815.zip |
Fix ordering of ospf
OSPF was listed twice, the first one was before interfaces were
up so OSPF would not distribute.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/priority | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/priority b/templates/priority index a24f03d..3605751 100644 --- a/templates/priority +++ b/templates/priority @@ -91,8 +91,6 @@ 210 firewall/ipv6-name/node.tag 210 firewall/ipv6-modify/node.tag 215 firewall -300 protocols/ospf -301 protocols/ospfv3 310 interfaces/bridge 315 interfaces/bonding 318 interfaces/ethernet @@ -119,7 +117,7 @@ 530 protocols/bgp/node.tag/timers 610 protocols/ospf/parameters 620 protocols/ospf -630 protocols/ospfv3/area +630 protocols/ospfv3/parameters 640 protocols/ospfv3 650 protocols/rip 660 protocols/ripng |