diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-06-30 10:18:44 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-06-30 10:18:44 -0700 |
commit | b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f (patch) | |
tree | ed1d6983b78891af056680692deac2478d2d6bca /scripts | |
parent | 3b1043be67c60220c107e42998635c628eb84393 (diff) | |
download | vyatta-cfg-b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f.tar.gz vyatta-cfg-b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f.zip |
set load-balancing load order after interfaces are configured on load.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/VyattaConfigLoad.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/VyattaConfigLoad.pm b/scripts/VyattaConfigLoad.pm index f1339c3..936a9cf 100755 --- a/scripts/VyattaConfigLoad.pm +++ b/scripts/VyattaConfigLoad.pm @@ -49,7 +49,7 @@ my %config_rank = ( 'protocols ospf' => 780, 'protocols rip' => 770, 'vpn' => 600, - + 'load-balancing' => 500, ); my %regex_rank = ( |