diff options
author | Saurabh Mohan <saurabh@vyatta.com> | 2012-05-16 16:40:19 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh@vyatta.com> | 2012-05-16 16:40:19 -0700 |
commit | 7e781fcfe4896028d9f20a718102a24e25ebd7e4 (patch) | |
tree | 0414882324c88eeea3d84b148f2fc7d9b2326680 /scripts | |
parent | 026dd9f5bccba545edb588cc7e92869db363e756 (diff) | |
download | vyatta-op-7e781fcfe4896028d9f20a718102a24e25ebd7e4.tar.gz vyatta-op-7e781fcfe4896028d9f20a718102a24e25ebd7e4.zip |
VTI show support.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-show-interfaces.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-show-interfaces.pl b/scripts/vyatta-show-interfaces.pl index b8a5ae6..d66190e 100755 --- a/scripts/vyatta-show-interfaces.pl +++ b/scripts/vyatta-show-interfaces.pl @@ -265,6 +265,7 @@ sub run_show_intf_brief { next if ($intf =~ /sit0/); next if ($intf =~ /tunl0/); next if ($intf =~ /ip6tnl0/); + next if ($intf =~ /vti0/); my @ip_addr = get_ipaddr($intf); my ($state, $link) = get_state_link($intf); $state = conv_brief_code($state); |