diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-07-16 16:27:14 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-07-16 16:27:14 -0700 |
commit | 4d30cb1f1ca2a551ca9a594a0a49a018910e1fca (patch) | |
tree | 0544b540bf01983267ff512b7928f4fe3c89d9c2 /scripts/VyattaConfigLoad.pm | |
parent | 5203e1fafc937098a514164db30857e32283c000 (diff) | |
parent | 86c4b36e8d2e610a5d0286a6c2c9b95314c1e80f (diff) | |
download | vyatta-cfg-4d30cb1f1ca2a551ca9a594a0a49a018910e1fca.tar.gz vyatta-cfg-4d30cb1f1ca2a551ca9a594a0a49a018910e1fca.zip |
Merge branch '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 1a7f26e..71203be 100755 --- a/scripts/VyattaConfigLoad.pm +++ b/scripts/VyattaConfigLoad.pm @@ -32,6 +32,7 @@ my %config_rank = ( 'qos-policy' => 1100, 'firewall' => 1020, 'service nat' => 1010, + 'system host-name' => 1005, 'interfaces' => 1000, 'interfaces bridge' => 990, 'interfaces ethernet' => 980, |