diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-02-01 10:19:16 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-02-01 10:19:16 -0800 |
commit | 08c873e429703d2e3dda717eb0928acc07d2199a (patch) | |
tree | 36a7a519c5ced84dc56578797cdca4f984dd3600 | |
parent | cc053cd4a6ba9bbe1842ae9d43c8a332598df2f9 (diff) | |
download | vyatta-cfg-08c873e429703d2e3dda717eb0928acc07d2199a.tar.gz vyatta-cfg-08c873e429703d2e3dda717eb0928acc07d2199a.zip |
prioritize physical interfaces over tunnel interfaces
-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 3e573c2..018f97c 100755 --- a/scripts/VyattaConfigLoad.pm +++ b/scripts/VyattaConfigLoad.pm @@ -13,6 +13,7 @@ my %config_rank = ( 'interfaces' => 100, 'interfaces bridge' => 99, 'interfaces ethernet' => 98, + 'interfaces tunnel' => 91, 'system' => 90, ); |