From 7e781fcfe4896028d9f20a718102a24e25ebd7e4 Mon Sep 17 00:00:00 2001 From: Saurabh Mohan Date: Wed, 16 May 2012 16:40:19 -0700 Subject: VTI show support. --- scripts/vyatta-show-interfaces.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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); -- cgit v1.2.3