From 4219faf6dc245449b29184953d440fb83d6d3684 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Thu, 19 Jun 2008 17:18:52 -0700 Subject: Add a config ranking to prioritize bgp route-id ahead of neighbors. --- scripts/VyattaConfigLoad.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/VyattaConfigLoad.pm b/scripts/VyattaConfigLoad.pm index 90011f6..f1339c3 100755 --- a/scripts/VyattaConfigLoad.pm +++ b/scripts/VyattaConfigLoad.pm @@ -55,6 +55,7 @@ my %config_rank = ( my %regex_rank = ( 'interfaces ethernet \S* vrrp' => 500, 'interfaces ethernet \S* vif \S* vrrp' => 500, + 'protocols bgp \d+ parameters' => 810, 'protocols bgp \d+ neighbor \S*[^\d.]\S*' => 800, ); -- cgit v1.2.3