diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-16 08:57:23 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-16 08:57:23 -0800 |
commit | 5d05f8d93a123821b7ad51552eb5b8145e36b188 (patch) | |
tree | 0aae0564cded3dd280514bc12a16802e82fa0dd1 | |
parent | a122d63d3dbc8fe79cda8d3394aa7c0c75ffb77f (diff) | |
download | vyatta-cfg-5d05f8d93a123821b7ad51552eb5b8145e36b188.tar.gz vyatta-cfg-5d05f8d93a123821b7ad51552eb5b8145e36b188.zip |
Add hook for starting protocols
-rw-r--r-- | templates/priority | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/priority b/templates/priority index a2d7fe7..0189950 100644 --- a/templates/priority +++ b/templates/priority @@ -1,5 +1,10 @@ 200 firewall/group/node.tag 210 firewall +300 protocols/bgp/node.tag/disable +301 protocols/ospf/disable +302 protocols/ospf6/disable +305 protocols/rip/disable +306 protocols/ripng/disable 310 interfaces/bonding/node.tag 320 interfaces/bridge/node.tag 330 interfaces/ethernet/node.tag @@ -21,4 +26,4 @@ 630 protocols 700 vpn 900 cluster -900 load-balancing
\ No newline at end of file +900 load-balancing |