diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2009-04-01 15:09:29 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2009-04-01 15:09:29 -0700 |
commit | 8a4f104c2156afb3856ae0c82cc0006679a4ef3d (patch) | |
tree | db0940604ac69857524ffeb37db9d88bca2fa682 /lib | |
parent | 939a38618183b2bbb706abf472f268f6b692b44a (diff) | |
download | vyatta-cfg-8a4f104c2156afb3856ae0c82cc0006679a4ef3d.tar.gz vyatta-cfg-8a4f104c2156afb3856ae0c82cc0006679a4ef3d.zip |
Add more service priorities so one service can fail without affecting
others.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Vyatta/ConfigLoad.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Vyatta/ConfigLoad.pm b/lib/Vyatta/ConfigLoad.pm index a054314..5769320 100755 --- a/lib/Vyatta/ConfigLoad.pm +++ b/lib/Vyatta/ConfigLoad.pm @@ -51,6 +51,12 @@ my %config_rank = ( 'protocols static' => 850, 'service ssh' => 840, 'service telnet' => 830, + 'service webproxy' => 828, + 'service http' => 827, + 'service dhcp-relay' => 826, + 'service dhcp-server' => 825, + 'service dns' => 824, + 'service nat' => 823, 'policy' => 820, 'protocols bgp' => 790, 'vpn' => 600, |