diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-01-11 19:02:52 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-01-11 19:02:52 -0800 |
commit | 027fe0f526742e30d17835a62c271e9c1fc40f97 (patch) | |
tree | 847f8fe848bc37189f8393819aba14b15621d3ad /scripts | |
parent | 9d4884d13ca6b6391f9aab6023d64fa2c95af9e0 (diff) | |
download | vyatta-cfg-027fe0f526742e30d17835a62c271e9c1fc40f97.tar.gz vyatta-cfg-027fe0f526742e30d17835a62c271e9c1fc40f97.zip |
On boot up commit bridge interfaces before ethernet interfaces
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/VyattaConfigLoad.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/VyattaConfigLoad.pm b/scripts/VyattaConfigLoad.pm index efec951..3e573c2 100755 --- a/scripts/VyattaConfigLoad.pm +++ b/scripts/VyattaConfigLoad.pm @@ -11,6 +11,8 @@ use VyattaConfig; my $default_rank = 0; my %config_rank = ( 'interfaces' => 100, + 'interfaces bridge' => 99, + 'interfaces ethernet' => 98, 'system' => 90, ); |