diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-11 12:52:33 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-02-11 12:52:33 -0800 |
commit | 307682f84e94650739d101c45bcb464e2ae8a037 (patch) | |
tree | e3f553687b7c781fea2641e068c0379b6135e30c /scripts | |
parent | 0c3b485c06eb9131182e5d8cdc1735f5db2863f9 (diff) | |
download | vyatta-cfg-307682f84e94650739d101c45bcb464e2ae8a037.tar.gz vyatta-cfg-307682f84e94650739d101c45bcb464e2ae8a037.zip |
add more priorities for loading startup config
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/VyattaConfigLoad.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/VyattaConfigLoad.pm b/scripts/VyattaConfigLoad.pm index 018f97c..c09616d 100755 --- a/scripts/VyattaConfigLoad.pm +++ b/scripts/VyattaConfigLoad.pm @@ -15,6 +15,9 @@ my %config_rank = ( 'interfaces ethernet' => 98, 'interfaces tunnel' => 91, 'system' => 90, + 'protocols static' => 85, + 'service ssh' => 84, + 'service telnet' => 83, ); my @all_nodes = (); |