summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-04-03 20:38:02 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2008-04-03 20:38:02 -0700
commit41b4c40773d3fdc7dc9a204973038b1992107031 (patch)
treed6380a738a5627d90faa77b55b73b77213375599
parentcac51df000d90b9723abde545450fde66d1d7865 (diff)
downloadvyatta-cfg-41b4c40773d3fdc7dc9a204973038b1992107031.tar.gz
vyatta-cfg-41b4c40773d3fdc7dc9a204973038b1992107031.zip
fix for bug 3090: commit "policy" before "protocols" at boot time.
-rwxr-xr-xscripts/VyattaConfigLoad.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/VyattaConfigLoad.pm b/scripts/VyattaConfigLoad.pm
index c4ce8bd..2efa81e 100755
--- a/scripts/VyattaConfigLoad.pm
+++ b/scripts/VyattaConfigLoad.pm
@@ -40,6 +40,7 @@ my %config_rank = (
'protocols static' => 85,
'service ssh' => 84,
'service telnet' => 83,
+ 'policy' => 82,
'vpn' => 80,
);