From b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Mon, 30 Jun 2008 10:18:44 -0700 Subject: set load-balancing load order after interfaces are configured on load. --- scripts/VyattaConfigLoad.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 = ( -- cgit v1.2.3