diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-04-04 10:27:45 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-04-04 10:27:45 -0700 |
commit | 18b7f9a1d068b7f1261f692db30ea54955691abe (patch) | |
tree | 8691c1f7f54e6687f24c93eeb1039599f8e2f64b /scripts/VyattaConfigLoad.pm | |
parent | f71417e0209a48bb88fb614acb186109e0573941 (diff) | |
parent | 41b4c40773d3fdc7dc9a204973038b1992107031 (diff) | |
download | vyatta-cfg-18b7f9a1d068b7f1261f692db30ea54955691abe.tar.gz vyatta-cfg-18b7f9a1d068b7f1261f692db30ea54955691abe.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'scripts/VyattaConfigLoad.pm')
-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, ); |