diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-17 15:49:12 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-09-17 15:49:12 -0700 |
commit | adb56a3213db91c65d261e1c1165634da15975a8 (patch) | |
tree | f2e804a057894677f66abbacde01ee3a88adadf4 /scripts/VyattaConfigLoad.pm | |
parent | 5da8625a25a4da13edc1caaa3c60f6915958d000 (diff) | |
download | vyatta-cfg-adb56a3213db91c65d261e1c1165634da15975a8.tar.gz vyatta-cfg-adb56a3213db91c65d261e1c1165634da15975a8.zip |
Add entry for upcoming bonding
Need to load bonding in correct step.
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 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, |