summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Balocca <rbalocca@vyatta.com>2008-07-23 19:42:52 -0700
committerRick Balocca <rbalocca@vyatta.com>2008-07-23 19:42:52 -0700
commit8410374f55dbe55cb46bce8378084b912e5dbd23 (patch)
tree100991597d6426ff46f42b3815f929f756a8b7db
parent4d30cb1f1ca2a551ca9a594a0a49a018910e1fca (diff)
parent29893263e30fe77bcc5b3ef2317430f772d0b717 (diff)
downloadvyatta-cfg-8410374f55dbe55cb46bce8378084b912e5dbd23.tar.gz
vyatta-cfg-8410374f55dbe55cb46bce8378084b912e5dbd23.zip
Merge branch 'hollywood'
-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,