summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-09-17 15:49:12 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-09-17 15:49:12 -0700
commitadb56a3213db91c65d261e1c1165634da15975a8 (patch)
treef2e804a057894677f66abbacde01ee3a88adadf4 /scripts
parent5da8625a25a4da13edc1caaa3c60f6915958d000 (diff)
downloadvyatta-cfg-adb56a3213db91c65d261e1c1165634da15975a8.tar.gz
vyatta-cfg-adb56a3213db91c65d261e1c1165634da15975a8.zip
Add entry for upcoming bonding
Need to load bonding in correct step.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/VyattaConfigLoad.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/VyattaConfigLoad.pm b/scripts/VyattaConfigLoad.pm
index b1b7598..5305dc8 100755
--- a/scripts/VyattaConfigLoad.pm
+++ b/scripts/VyattaConfigLoad.pm
@@ -35,6 +35,7 @@ my %config_rank = (
'system host-name' => 1005,
'interfaces' => 1000,
'interfaces bridge' => 990,
+ 'interfaces bonding' => 995,
'interfaces ethernet' => 980,
'interfaces tunnel' => 910,
'system gateway-address' => 890,