From 027fe0f526742e30d17835a62c271e9c1fc40f97 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Fri, 11 Jan 2008 19:02:52 -0800 Subject: On boot up commit bridge interfaces before ethernet interfaces --- scripts/VyattaConfigLoad.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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, ); -- cgit v1.2.3