From 307682f84e94650739d101c45bcb464e2ae8a037 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 11 Feb 2008 12:52:33 -0800 Subject: add more priorities for loading startup config --- scripts/VyattaConfigLoad.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/VyattaConfigLoad.pm') 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 = (); -- cgit v1.2.3