diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-07-22 18:39:49 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-07-22 18:39:49 -0700 |
commit | 29893263e30fe77bcc5b3ef2317430f772d0b717 (patch) | |
tree | 100991597d6426ff46f42b3815f929f756a8b7db /scripts | |
parent | 86c4b36e8d2e610a5d0286a6c2c9b95314c1e80f (diff) | |
download | vyatta-cfg-29893263e30fe77bcc5b3ef2317430f772d0b717.tar.gz vyatta-cfg-29893263e30fe77bcc5b3ef2317430f772d0b717.zip |
Prioritize vpn ahead of pppo[ea] interfaces.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/VyattaConfigLoad.pm | 1 |
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, |