diff options
author | Saurabh Mohan <saurabh@vyatta.com> | 2012-05-16 12:11:49 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh@vyatta.com> | 2012-05-16 12:11:49 -0700 |
commit | 0b7d9d5131d41684d8fc59dfc712998f83659127 (patch) | |
tree | ddb16ced9c0f891e94ed8ccceec0112e3fbc8263 | |
parent | 207b0325c7c00573f471ff7fbf0b204d05acdb64 (diff) | |
download | vyatta-cfg-0b7d9d5131d41684d8fc59dfc712998f83659127.tar.gz vyatta-cfg-0b7d9d5131d41684d8fc59dfc712998f83659127.zip |
Support for VTI.
-rwxr-xr-x | lib/Vyatta/Interface.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index 2cc47ba..bda4d08 100755 --- a/lib/Vyatta/Interface.pm +++ b/lib/Vyatta/Interface.pm @@ -77,6 +77,7 @@ my %net_prefix = ( vif => ( 'cisco-hdlc vif', 'ppp vif', 'frame-relay vif' ), }, '^tun[\d]+$' => { path => 'tunnel' }, + '^vti[\d]+$' => { path => 'vti' }, '^wlm[\d]+$' => { path => 'wireless-modem' }, '^peth[\d]+$' => { path => 'pseudo-ethernet', vif => 'vif', }, |