diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-03 20:38:02 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-03 20:38:02 -0700 |
commit | 41b4c40773d3fdc7dc9a204973038b1992107031 (patch) | |
tree | d6380a738a5627d90faa77b55b73b77213375599 /scripts | |
parent | cac51df000d90b9723abde545450fde66d1d7865 (diff) | |
download | vyatta-cfg-41b4c40773d3fdc7dc9a204973038b1992107031.tar.gz vyatta-cfg-41b4c40773d3fdc7dc9a204973038b1992107031.zip |
fix for bug 3090: commit "policy" before "protocols" at boot time.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/VyattaConfigLoad.pm | 1 |
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, ); |