summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2008-07-22 18:39:49 -0700
committerStig Thormodsrud <stig@vyatta.com>2008-07-22 18:39:49 -0700
commit29893263e30fe77bcc5b3ef2317430f772d0b717 (patch)
tree100991597d6426ff46f42b3815f929f756a8b7db /scripts
parent86c4b36e8d2e610a5d0286a6c2c9b95314c1e80f (diff)
downloadvyatta-cfg-29893263e30fe77bcc5b3ef2317430f772d0b717.tar.gz
vyatta-cfg-29893263e30fe77bcc5b3ef2317430f772d0b717.zip
Prioritize vpn ahead of pppo[ea] interfaces.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/VyattaConfigLoad.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/VyattaConfigLoad.pm b/scripts/VyattaConfigLoad.pm
index 71203be..b1b7598 100755
--- a/scripts/VyattaConfigLoad.pm
+++ b/scripts/VyattaConfigLoad.pm
@@ -56,6 +56,7 @@ my %config_rank = (
my %regex_rank = (
'interfaces ethernet \S* vrrp' => 500,
'interfaces ethernet \S* vif \S* vrrp' => 500,
+ 'interfaces ethernet \S* pppo[ea]' => 400,
'protocols bgp \d+ parameters' => 810,
'protocols bgp \d+ neighbor \d+\.\d+\.\d+\.\d+' => 800,
'protocols bgp \d+ neighbor \w+' => 801,