diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-06-30 17:11:10 -0700 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-06-30 17:11:10 -0700 |
commit | 2eb529344218114f29d34e60f8485d18e49508ce (patch) | |
tree | 077458b70db7234610ce76c8aa43207c49bd2204 /scripts | |
parent | e6e7dc57dc71495c40ee6937bff703c2c4a7f3ed (diff) | |
download | vyatta-cfg-2eb529344218114f29d34e60f8485d18e49508ce.tar.gz vyatta-cfg-2eb529344218114f29d34e60f8485d18e49508ce.zip |
Revert "set load-balancing load order after interfaces are configured on load."
This reverts commit b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f.
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 936a9cf..f1339c3 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 = ( |