From ae6066ea086eb473187e0cadfbb8879e67243fb5 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Tue, 31 Mar 2009 14:55:17 -0700 Subject: make bridge address a different rank to match new priority scheme. --- lib/Vyatta/ConfigLoad.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Vyatta') diff --git a/lib/Vyatta/ConfigLoad.pm b/lib/Vyatta/ConfigLoad.pm index 9186ce5..1cb4833 100755 --- a/lib/Vyatta/ConfigLoad.pm +++ b/lib/Vyatta/ConfigLoad.pm @@ -39,8 +39,8 @@ my %config_rank = ( 'protocols ospf' => 1055, 'protocols rip' => 1050, 'interfaces' => 1000, + 'interfaces bonding' => 995, 'interfaces bridge' => 990, - 'interfaces bonding' => 995, 'interfaces ethernet' => 980, 'interfaces tunnel' => 910, 'system gateway-address' => 890, @@ -62,6 +62,7 @@ my %regex_rank = ( 'protocols bgp \d+ parameters' => 810, 'protocols bgp \d+ neighbor \d+\.\d+\.\d+\.\d+' => 800, 'protocols bgp \d+ neighbor \w+' => 801, + 'interfaces bridge \S* address' => 920, ); my @all_nodes = (); -- cgit v1.2.3